[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-22 14:15:38
This commit is contained in:
parent
e51b3e3f89
commit
9ab8744a12
|
|
@ -75,7 +75,7 @@ server {
|
||||||
location = /.well-known/caldav { return 301 $scheme://$host/remote.php/dav; }
|
location = /.well-known/caldav { return 301 $scheme://$host/remote.php/dav; }
|
||||||
|
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
# J. ROTAS DO OFFICE ONLINE (VERSÃO CORRIGIDA E FINAL)
|
# J. ROTAS DO OFFICE ONLINE (VERSÃO DEFINITIVA E EXPLÍCITA)
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
|
|
||||||
# J.1. Bloqueio da telemetria que causa erros no editor
|
# J.1. Bloqueio da telemetria que causa erros no editor
|
||||||
|
|
@ -99,13 +99,14 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
# J.3. Rota WOPI para manipulação de arquivos
|
# J.3. Rota WOPI para manipulação de arquivos
|
||||||
location ^~ /hosting/wopi/ {
|
location ^~ /hosting/wopi {
|
||||||
proxy_pass http://office_backend;
|
proxy_pass http://office_backend;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|
||||||
# J.4. Rota unificada para editores, recursos e websockets
|
# J.4. Rota para Word, Excel, PowerPoint e outros recursos
|
||||||
location ~ ^/(?!ocs)(op|we|wv|p|x|lo|m|o)/ {
|
# Captura qualquer URL que comece com os prefixos específicos do Office.
|
||||||
|
location ~ ^/(we|wv|x|p|o|op|m|lo)/ {
|
||||||
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;
|
include /etc/nginx/snippets/websocket_params.conf;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue