mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated Nginx Webserver Config (markdown)
parent
d08df11a69
commit
7e0192e35d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue