Browse Source

Increased proxy timeout to prevent proxy timeout like issue #1473 - Can't add e-mail account in e-mail channel configuration.

Martin Edenhofer 7 years ago
parent
commit
31b11546f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/nginx/zammad_ssl.conf

+ 1 - 1
contrib/nginx/zammad_ssl.conf

@@ -134,7 +134,7 @@ server {
         proxy_set_header CLIENT_IP $remote_addr;
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_set_header X-Forwarded-Proto $scheme;
-        proxy_read_timeout 180;
+        proxy_read_timeout 300;
         proxy_pass http://zammad;
 
         gzip on;