Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
田小蹦
@purpen
VIP
NO. 1734 / 2012-04-07

北京
1 Topics / 5 Replies
0 Followers
0 Following
0 Favorites
GitHub Public Repos
More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • Bootstrap - Google 的 UI at February 09, 2014

    试试看。

  • 查看日志,发现很多 warn,类似这样的 an upstream response is buffered to a temporary file /tmp/passenger-standalone.10790 at March 08, 2013

    @huacnlee 大拿能给点指导不?

  • 查看日志,发现很多 warn,类似这样的 an upstream response is buffered to a temporary file /tmp/passenger-standalone.10790 at March 08, 2013

    @yangkit 添加了 client_body_buffer_size 还是没有解决问题,以下是我的 nginx 配置文件,不知道是否是配置的问题?

    server {
            listen       80;
            server_name  xxxx.me;
            access_log off;
    
            client_max_body_size 100m;
            client_body_buffer_size 1024k;
            proxy_ignore_client_abort on;
            proxy_connect_timeout 600;
            proxy_read_timeout 600;
            proxy_send_timeout 600;
            proxy_buffer_size 128k;
            proxy_buffers   16 64k;
            proxy_busy_buffers_size 128k;
            proxy_temp_file_write_size 128k;
    
    
            location / {
                proxy_pass http://red_backend;
            proxy_set_header Host $host;
                proxy_set_header Accept-Encoding  "";
                proxy_set_header X-Forwarded-For $remote_addr;
            }
    }
    
    upstream red_backend {
            server 192.168.8.1:3002;
            server 192.168.8.1:3004;
            server 192.168.8.1:3006;
        keepalive 128;
    }
    
    
  • Redis 文档中文翻译 at April 13, 2012

    这个很有用的。

关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English