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

This commit is contained in:
srvproxy001.itguys.com.br 2025-09-22 12:36:31 -03:00
parent 41360f07d5
commit 55cb4e87f8
1 changed files with 18 additions and 0 deletions

View File

@ -143,6 +143,24 @@ server {
include /etc/nginx/snippets/websocket_params.conf;
}
# Novas rotas para os editores (Word, Excel, PowerPoint)
location ^~ /we/ {
proxy_pass http://office_backend/;
proxy_set_header Host $host;
}
location ^~ /wv/ {
include /etc/nginx/snippets/modsec_disable.conf;
proxy_pass http://office_backend/;
proxy_set_header Host $host;
}
location ^~ /p/ {
proxy_pass http://office_backend/;
proxy_set_header Host $host;
}
location ^~ /x/ {
proxy_pass http://office_backend/;
proxy_set_header Host $host;
}
# H.2. Rota Principal da Aplicação Nextcloud
location / {