Updated Nginx Webserver Config (markdown)

Liron sabo 2018-12-26 18:09:29 +02:00
parent d08df11a69
commit 7e0192e35d

@ -50,6 +50,7 @@ server {
# If you have Wekan at https://example.com/wekan , change location to:
# location /wekan {
location / {
# proxy_pass http://127.0.0.1:3001/wekan;
proxy_pass http://127.0.0.1:3001;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; # allow websockets