[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-11-11 01:02:49
This commit is contained in:
parent
5dcab94b28
commit
328ecde11c
|
|
@ -292,7 +292,7 @@ server {
|
||||||
more_set_headers 'X-DAV-Cache: $upstream_cache_status';
|
more_set_headers 'X-DAV-Cache: $upstream_cache_status';
|
||||||
|
|
||||||
# Ignorar "no-cache" do backend para PROPFIND
|
# Ignorar "no-cache" do backend para PROPFIND
|
||||||
proxy_ignore_headers "Cache-Control" "Expires" "Pragma";
|
proxy_ignore_headers "Cache-Control" "Expires";
|
||||||
proxy_hide_header "Cache-Control";
|
proxy_hide_header "Cache-Control";
|
||||||
proxy_hide_header "Expires";
|
proxy_hide_header "Expires";
|
||||||
add_header Cache-Control "public, max-age=10";
|
add_header Cache-Control "public, max-age=10";
|
||||||
|
|
@ -374,7 +374,7 @@ server {
|
||||||
proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
|
proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
|
||||||
|
|
||||||
# Ignora headers "não-cacheie"
|
# Ignora headers "não-cacheie"
|
||||||
proxy_ignore_headers "Cache-Control" "Expires" "Pragma";
|
proxy_ignore_headers "Cache-Control" "Expires";
|
||||||
|
|
||||||
# Esconde os headers originais
|
# Esconde os headers originais
|
||||||
proxy_hide_header "Cache-Control";
|
proxy_hide_header "Cache-Control";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue