Unverified Commit ecc899ed authored by 乔占卫's avatar 乔占卫 Committed by GitHub
Browse files

Merge pull request #315 from qiaozhanwei/branch-1.0.2

solve nginx 504 Gateway Time-out
parents a33fddc2 e8c8487c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -88,9 +88,9 @@ eschedulerConf(){
            proxy_set_header remote_addr $E_remote_addr;
            proxy_set_header X-Forwarded-For $E_proxy_add_x_forwarded_for;
            proxy_http_version 1.1;
            proxy_connect_timeout 4s;
            proxy_read_timeout 30s;
            proxy_send_timeout 12s;
            proxy_connect_timeout 300s;
            proxy_read_timeout 300s;
            proxy_send_timeout 300s;
            proxy_set_header Upgrade $E_http_upgrade;
            proxy_set_header Connection "upgrade";
            }