From 1bd41dd95a5f0e3df6c9a03f5226fc062c6a5e6c Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 4 Feb 2025 16:40:02 -0800 Subject: [PATCH] add office --- http/office.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 http/office.conf diff --git a/http/office.conf b/http/office.conf new file mode 100644 index 0000000..47ea97d --- /dev/null +++ b/http/office.conf @@ -0,0 +1,9 @@ +server { + listen 443 ssl; + server_name office.tronnet.net; + include snippets/ssl-acme.conf; + location / { + proxy_pass http://onlyoffice.dmz; + proxy_redirect default; + } +}