Improved / location with proxy_read_timeout from 60 sec. to 180 sec. Improved indentation.

This commit is contained in:
Martin Edenhofer 2016-11-12 16:18:24 +01:00
parent b334423c46
commit 511706b873

View file

@ -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;