1
0
Fork 0
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:
Cédric Moreau 2017-03-03 10:32:53 +01:00 committed by GitHub
parent a7aaaf11b6
commit e63ca82933

View file

@ -11,6 +11,8 @@ location / {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_read_timeout 86400s;
proxy_send_timeout 86400s;
location ~ \.(js|css|woff|woff2|ttf) {
proxy_pass http://localhost:9220;