From 5290a94790ce0257eeac285387ab0b32e75bceed Mon Sep 17 00:00:00 2001 From: Arthur Lu <root@tronnet.net> Date: Wed, 5 Feb 2025 14:33:52 -0800 Subject: [PATCH] update path --- http/office.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }