fix(nginx): no-cache no index.html + immutable nos assets — evita versão congelada no browser
continuous-integration/webhook Falha no deploy de scoreodonto.com (VPS 4)

This commit is contained in:
VPS 4 Builder
2026-05-15 08:31:51 +02:00
parent 4f5f68978b
commit 0ce2822a76
3 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
# Proxy para o Frontend (Next.js SSR)
# Proxy para o Frontend (Vite React SPA)
location / {
set $frontend_upstream http://scoreodonto-frontend:3013;
proxy_pass $frontend_upstream;