update path

This commit is contained in:
Arthur Lu 2025-02-05 14:33:52 -08:00
parent 1bd41dd95a
commit 5290a94790

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