diff --git a/http/office.conf b/http/office.conf index 47ea97d..865a4db 100644 --- a/http/office.conf +++ b/http/office.conf @@ -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; } }