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

This commit is contained in:
srvproxy001.itguys.com.br 2025-10-26 19:17:50 -03:00
parent c906e93906
commit 3c2f727df1
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ upstream nextcloud_aio_backend {
# Backend 2: O Office Online Server (nativo no Windows Server)
upstream office_online_backend {
# Assumindo que o OOS está na porta 443 (HTTPS)
server 172.16.253.13:443;
server 172.16.253.13:80;
}
# ----------------------------------------------------------------------
@ -110,7 +110,7 @@ server {
# Rota de Descoberta (Discovery)
location = /hosting/discovery {
proxy_pass https://office_online_backend;
proxy_pass http://office_online_backend;
# ===> ATENÇÃO: Substitua pelo Hostname INTERNO que o OOS espera <===
#proxy_set_header Host "oos.interno.verbocg.local";
proxy_set_header X-Real-IP $remote_addr;