[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-11-11 01:58:31

This commit is contained in:
srvproxy001.itguys.com.br 2025-11-11 01:58:31 -03:00
parent 619f3467f7
commit 448cbe0b17
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ server {
# Office Online (Discovery) # Office Online (Discovery)
location = /hosting/discovery { location = /hosting/discovery {
proxy_pass https://officeonline_backend; proxy_pass http://officeonline_backend;
proxy_set_header Host "srvoffice001.itguys.com.br"; proxy_set_header Host "srvoffice001.itguys.com.br";
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@ -126,7 +126,7 @@ server {
# Office Online (WOPI) # Office Online (WOPI)
location ~ ^/(m|x|we|o|p|wv|op|wd|rtc|rtc2|layouts|view|_layouts)/ { location ~ ^/(m|x|we|o|p|wv|op|wd|rtc|rtc2|layouts|view|_layouts)/ {
proxy_pass https://officeonline_backend; proxy_pass http://officeonline_backend;
proxy_set_header Host "srvoffice001.itguys.com.br"; proxy_set_header Host "srvoffice001.itguys.com.br";
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;