[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-26 21:39:26

This commit is contained in:
srvproxy001.itguys.com.br 2025-10-26 21:39:26 -03:00
parent 22812f26fa
commit 1d61d4aa5a
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ server {
location = /hosting/discovery {
proxy_pass http://office_online_backend;
# ===> ATENÇÃO: Substitua pelo Hostname INTERNO que o OOS espera <===
#proxy_set_header Host "nextcloud001";
proxy_set_header Host "verbocloud.itguys.com.br";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
@ -136,7 +136,7 @@ server {
location ~ ^/(m|x|we|o|p|wv|op|wd|rtc|rtc2|layouts|view|_layouts)/ {
proxy_pass http://office_online_backend;
#proxy_set_header Host "nextcloud001";
proxy_set_header Host "verbocloud.itguys.com.br";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;