add office
This commit is contained in:
parent
b716027bb6
commit
1bd41dd95a
9
http/office.conf
Normal file
9
http/office.conf
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user