[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-22 12:46:53
This commit is contained in:
parent
01e03f5532
commit
2f68434912
|
|
@ -136,6 +136,11 @@ location ~ ^/(op|we|wv|p|x)/ {
|
|||
proxy_pass http://office_backend;
|
||||
proxy_set_header Host $host;
|
||||
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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue