add office

This commit is contained in:
Arthur Lu 2025-02-04 16:40:02 -08:00
parent b716027bb6
commit 1bd41dd95a

9
http/office.conf Normal file
View File

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