[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-22 14:06:51

This commit is contained in:
srvproxy001.itguys.com.br 2025-09-22 14:06:51 -03:00
parent 6ac0b4dbee
commit 6aa4564f71
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ server {
}
# J.4. Rota unificada para editores, recursos e websockets
location ~ ^/(op|we|wv|p|x|lo|m|o)/ {
location ~ ^/(op|we|wv|p|x|lo|m|o)(.*)/ {
proxy_pass http://office_backend;
proxy_set_header Host $host;
include /etc/nginx/snippets/websocket_params.conf;