1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

Merge pull request #33 from c-geek/master

WebSocket timeout set to 1 day
This commit is contained in:
M5oul 2017-03-03 12:56:54 +01:00 committed by GitHub
commit 47af883066

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;