fix office & webdav, fix ports on wiki and status
This commit is contained in:
parent
c3be4b1fa7
commit
0224f92134
@ -3,7 +3,12 @@ server {
|
||||
server_name office.tronnet.net;
|
||||
include snippets/ssl-acme.conf;
|
||||
location / {
|
||||
proxy_pass http://office.dmz;
|
||||
proxy_redirect default;
|
||||
proxy_pass http://office.dmz;
|
||||
proxy_redirect default;
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
}
|
||||
location /webdav {
|
||||
proxy_pass http://office.dmz;
|
||||
proxy_redirect default;
|
||||
}
|
||||
}
|
@ -5,7 +5,7 @@ server {
|
||||
include snippets/proxy-errors.conf;
|
||||
include snippets/error-pages.conf;
|
||||
location / {
|
||||
proxy_pass http://sites.dmz:8080;
|
||||
proxy_pass http://sites.dmz:3001;
|
||||
proxy_redirect default;
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ server {
|
||||
include snippets/proxy-errors.conf;
|
||||
include snippets/error-pages.conf;
|
||||
location / {
|
||||
proxy_pass http://sites.dmz:8081;
|
||||
proxy_pass http://sites.dmz:3000;
|
||||
proxy_redirect default;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user