From d9824c02d5c35c4cea95b638d264e48a71c2cfef Mon Sep 17 00:00:00 2001 From: src386 Date: Thu, 27 Aug 2015 07:41:12 +0200 Subject: [PATCH] remove proxy_read and proxy_send timeout --- README.md | 1 + conf/nginx.conf | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d7f7bb..e3ea66d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Current Movim version : 0.9 git2015-08-27 - Remove script now delete Movim php5-fpm pool. - Remove script delete 'movim' user after shutting down Movim service. - Movim systemd service now has a PID and logs in syslog +- Remove proxy_read_timeout and proxy_send_timeout in vhost configuration (default 60s is enough) 0.8b 2015-08-24 - Added language selection : ar, de, es, it, ja, nl, ru diff --git a/conf/nginx.conf b/conf/nginx.conf index e8f9d0c..78e8974 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -27,8 +27,6 @@ location ~ ^PATHTOCHANGE/ws/ { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; - proxy_read_timeout 86400s; - proxy_send_timeout 86400s; proxy_redirect off; } }