mirror of
https://github.com/wekan/wekan.git
synced 2026-02-25 01:14:06 +01:00
Updated Nginx Webserver Config (markdown)
parent
297250550b
commit
0e52213977
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +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:3000;
|
||||
proxy_pass http://127.0.0.1:3001;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade; # allow websockets
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
|
|
@ -192,7 +192,7 @@ Wekan Snap
|
|||
sudo apt install snapd
|
||||
sudo snap install wekan
|
||||
sudo snap set wekan root-url="https://example.com/wekan"
|
||||
sudo snap set wekan port="3000"
|
||||
sudo snap set wekan port="3001"
|
||||
sudo systemctl restart snap.wekan.mongodb
|
||||
sudo systemctl restart snap.wekan.wekan
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue