[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-22 13:36:38
This commit is contained in:
parent
b0695c2a65
commit
c9b2eaaa26
|
|
@ -121,6 +121,16 @@ server {
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# ==================================================================
|
||||||
|
# AJUSTE FINAL: Corrige em tempo real as URLs incorretas geradas
|
||||||
|
# pelo Office Online dentro do arquivo de descoberta (XML).
|
||||||
|
# ==================================================================
|
||||||
|
sub_filter_once off;
|
||||||
|
sub_filter_types text/xml;
|
||||||
|
sub_filter 'https://srvoffice001/' 'https://cloud.grupopralog.com.br/';
|
||||||
|
sub_filter 'http://srvoffice001.itguys.com.br/' 'https://cloud.grupopralog.com.br/';
|
||||||
|
sub_filter 'http://srvoffice001/' 'https://cloud.grupopralog.com.br/';
|
||||||
|
|
||||||
# J.2. Rota WOPI para manipulação de arquivos
|
# J.2. Rota WOPI para manipulação de arquivos
|
||||||
location ^~ /hosting/wopi/ {
|
location ^~ /hosting/wopi/ {
|
||||||
proxy_pass http://office_backend;
|
proxy_pass http://office_backend;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue