[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-11-12 12:40:46
This commit is contained in:
parent
fb33f289c5
commit
e64349dca4
|
|
@ -220,6 +220,10 @@ server {
|
||||||
|
|
||||||
location ~ ^/(m|x|we|o|p|wv|op|wd|layouts|view|_layouts|app_scripts)/ {
|
location ~ ^/(m|x|we|o|p|wv|op|wd|layouts|view|_layouts|app_scripts)/ {
|
||||||
gunzip on;
|
gunzip on;
|
||||||
|
expires -1;
|
||||||
|
etag off;
|
||||||
|
proxy_no_cache 1;
|
||||||
|
proxy_cache_bypass 1;
|
||||||
proxy_pass http://officeonline_backend;
|
proxy_pass http://officeonline_backend;
|
||||||
proxy_set_header Host "srvoffice001.itguys.com.br";
|
proxy_set_header Host "srvoffice001.itguys.com.br";
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue