fix office & webdav, fix ports on wiki and status

This commit is contained in:
Arthur Lu 2025-03-29 17:26:13 -07:00
parent c3be4b1fa7
commit 0224f92134
3 changed files with 10 additions and 5 deletions

@ -3,7 +3,12 @@ server {
server_name office.tronnet.net;
include snippets/ssl-acme.conf;
location / {
proxy_pass http://office.dmz;
proxy_redirect default;
proxy_pass http://office.dmz;
proxy_redirect default;
proxy_set_header Host $host;
}
}
location /webdav {
proxy_pass http://office.dmz;
proxy_redirect default;
}
}

@ -5,7 +5,7 @@ server {
include snippets/proxy-errors.conf;
include snippets/error-pages.conf;
location / {
proxy_pass http://sites.dmz:8080;
proxy_pass http://sites.dmz:3001;
proxy_redirect default;
}
}

@ -5,7 +5,7 @@ server {
include snippets/proxy-errors.conf;
include snippets/error-pages.conf;
location / {
proxy_pass http://sites.dmz:8081;
proxy_pass http://sites.dmz:3000;
proxy_redirect default;
}
}