From 27d0c86528fdbeaed56a7f5eaa71a950c522f183 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Fri, 5 Apr 2013 23:17:02 +0000 Subject: Loading bar now correctly shows the time to completion and the code seems to run correctly --- wqflask/other_config/wqflask-nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask/other_config') 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; } } -- cgit 1.4.1