diff --git a/nginx.conf b/nginx.conf index 1cc18c6..9808e6b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -50,6 +50,7 @@ server { # Qualquer rota que não corresponda a um arquivo redireciona pro index.html location / { try_files $uri $uri/ /index.html; + add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"; } # ---- Bloquear acesso a arquivos sensíveis ----