1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Fix panel

This commit is contained in:
yalh76 2019-03-07 20:19:25 +01:00
parent c6ef2ba0e5
commit 679db476ad

View file

@ -6,6 +6,7 @@ location __PATH__
proxy_pass http://127.0.0.1:__PORT__;
proxy_http_version 1.1;
proxy_set_header Accept-Encoding "";
# allow websockets
proxy_set_header Upgrade $http_upgrade;