diff options
Diffstat (limited to 'wqflask/other_config')
-rw-r--r-- | wqflask/other_config/wqflask-nginx.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/other_config/wqflask-nginx.conf b/wqflask/other_config/wqflask-nginx.conf index c5ab0e5c..f0076f54 100644 --- a/wqflask/other_config/wqflask-nginx.conf +++ b/wqflask/other_config/wqflask-nginx.conf @@ -35,6 +35,8 @@ server { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + + proxy_read_timeout 20m; } } |