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