about summary refs log tree commit diff
path: root/wqflask/other_config
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/other_config')
-rw-r--r--wqflask/other_config/wqflask-nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/other_config/wqflask-nginx.conf b/wqflask/other_config/wqflask-nginx.conf
index f0076f54..50f9d73c 100644
--- a/wqflask/other_config/wqflask-nginx.conf
+++ b/wqflask/other_config/wqflask-nginx.conf
@@ -36,7 +36,7 @@ server {
             proxy_set_header   X-Real-IP        $remote_addr;
             proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
             
-            proxy_read_timeout 20m;
+            proxy_read_timeout 40m;
      }
 
 }