[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-22 12:46:53

This commit is contained in:
srvproxy001.itguys.com.br 2025-09-22 12:46:53 -03:00
parent 01e03f5532
commit 2f68434912
1 changed files with 5 additions and 0 deletions

View File

@ -136,6 +136,11 @@ location ~ ^/(op|we|wv|p|x)/ {
proxy_pass http://office_backend; proxy_pass http://office_backend;
proxy_set_header Host $host; proxy_set_header Host $host;
include /etc/nginx/snippets/websocket_params.conf; # Garante WebSocket para todos include /etc/nginx/snippets/websocket_params.conf; # Garante WebSocket para todos
# AJUSTE FINAL: Corrige os caminhos dos recursos (CSS, JS)
proxy_redirect ~^http://(?!172\.16\.253\.101)([^/]+) https://$host;
proxy_redirect default;
} }