mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 10:20:14 +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:
|
# If you have Wekan at https://example.com/wekan , change location to:
|
||||||
# location /wekan {
|
# location /wekan {
|
||||||
location / {
|
location / {
|
||||||
|
# proxy_pass http://127.0.0.1:3001/wekan;
|
||||||
proxy_pass http://127.0.0.1:3001;
|
proxy_pass http://127.0.0.1:3001;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade; # allow websockets
|
proxy_set_header Upgrade $http_upgrade; # allow websockets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue