Skip to content

Commit

Permalink
Merge pull request #82 from dhsathiya/develop
Browse files Browse the repository at this point in the history
Update timeout parameters.
  • Loading branch information
mrrobot47 committed May 3, 2019
2 parents 963dc44 + 670b765 commit cfe2107
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx-proxy/nginx.conf
Expand Up @@ -33,6 +33,10 @@ http {
proxy_buffers 16 16k;
proxy_buffer_size 32k;

proxy_connect_timeout 300;
proxy_read_timeout 300;
proxy_send_timeout 300;

include /version.conf;
include /etc/nginx/conf.d/*.conf;
}
Expand Down
4 changes: 4 additions & 0 deletions nginx/conf/fastcgi_params
Expand Up @@ -26,3 +26,7 @@ fastcgi_param REDIRECT_STATUS 200;

# To fix CGI application vulnerability - https://httpoxy.org
fastcgi_param HTTP_PROXY "";

fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;

0 comments on commit cfe2107

Please sign in to comment.