[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-01 17:58:31
This commit is contained in:
parent
8a55084b20
commit
99f88a2ba4
|
|
@ -182,6 +182,9 @@ server {
|
||||||
# Cache de 10 segundos para Listagens (PROPFIND, status 207)
|
# Cache de 10 segundos para Listagens (PROPFIND, status 207)
|
||||||
proxy_cache_valid 207 10s;
|
proxy_cache_valid 207 10s;
|
||||||
|
|
||||||
|
# Força o cache (necessário por causa dos headers no-cache do Nextcloud)
|
||||||
|
proxy_ignore_headers Cache-Control Expires Set-Cookie;
|
||||||
|
|
||||||
# Desativar cache para métodos de escrita
|
# Desativar cache para métodos de escrita
|
||||||
limit_except GET HEAD PROPFIND {
|
limit_except GET HEAD PROPFIND {
|
||||||
proxy_cache off;
|
proxy_cache off;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue