Rinomina il workflow in GKE Auto-Deploy e migliora la gestione delle variabili per il deployment dell'applicazione
Some checks failed
GKE Auto-Deploy / build-and-deploy (push) Failing after 36s
Some checks failed
GKE Auto-Deploy / build-and-deploy (push) Failing after 36s
This commit is contained in:
@@ -20,7 +20,7 @@ http {
|
||||
location / {
|
||||
root /app;
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html; # <--- LA MAGIA PER VUE.JS
|
||||
try_files $uri $uri/ /index.html; # Riga per VueJS SPA
|
||||
}
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
|
||||
Reference in New Issue
Block a user