fix office & webdav, fix ports on wiki and status

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

View File

@@ -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;
}
}