some settings were missing

This commit is contained in:
Ulrich Schreiner 2015-02-28 15:21:27 +01:00
parent 59a9065537
commit 1a7cafc8ed

View File

@ -137,9 +137,11 @@ server {
## https://github.com/gitlabhq/gitlabhq/issues/694
## Some requests take more than 30 seconds.
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_redirect off;
proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_redirect off;
proxy_buffering {{NGINX_PROXY_BUFFERING}};
proxy_max_temp_file_size {{NGINX_PROXY_MAX_TEMP_FILE_SIZE}};
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;