mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
remove proxy_read and proxy_send timeout
This commit is contained in:
parent
797757037c
commit
d9824c02d5
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue