mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
WebSocket timeout set to 1 day
This commit is contained in:
parent
a7aaaf11b6
commit
e63ca82933
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ location / {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
|
proxy_read_timeout 86400s;
|
||||||
|
proxy_send_timeout 86400s;
|
||||||
|
|
||||||
location ~ \.(js|css|woff|woff2|ttf) {
|
location ~ \.(js|css|woff|woff2|ttf) {
|
||||||
proxy_pass http://localhost:9220;
|
proxy_pass http://localhost:9220;
|
||||||
|
|
Loading…
Reference in a new issue