Improved / location with proxy_read_timeout from 60 sec. to 180 sec. Improved indentation.
This commit is contained in:
parent
b334423c46
commit
511706b873
1 changed files with 15 additions and 14 deletions
|
@ -40,6 +40,7 @@ server {
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_set_header CLIENT_IP $remote_addr;
|
proxy_set_header CLIENT_IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
proxy_read_timeout 180;
|
||||||
proxy_pass http://zammad;
|
proxy_pass http://zammad;
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
|
|
Loading…
Reference in a new issue