[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-11-12 12:40:46

This commit is contained in:
srvproxy001.itguys.com.br 2025-11-12 12:40:46 -03:00
parent fb33f289c5
commit e64349dca4
1 changed files with 4 additions and 0 deletions

View File

@ -220,6 +220,10 @@ server {
location ~ ^/(m|x|we|o|p|wv|op|wd|layouts|view|_layouts|app_scripts)/ {
gunzip on;
expires -1;
etag off;
proxy_no_cache 1;
proxy_cache_bypass 1;
proxy_pass http://officeonline_backend;
proxy_set_header Host "srvoffice001.itguys.com.br";
proxy_set_header X-Real-IP $remote_addr;