[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-11-11 01:02:49

This commit is contained in:
srvproxy001.itguys.com.br 2025-11-11 01:02:49 -03:00
parent 5dcab94b28
commit 328ecde11c
1 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ server {
more_set_headers 'X-DAV-Cache: $upstream_cache_status';
# 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 "Expires";
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;
# Ignora headers "não-cacheie"
proxy_ignore_headers "Cache-Control" "Expires" "Pragma";
proxy_ignore_headers "Cache-Control" "Expires";
# Esconde os headers originais
proxy_hide_header "Cache-Control";