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)
continuous-integration/webhook Falha no deploy de scoreodonto.com (VPS 4)
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user