Update: ajout de la route Nginx pour VUEJS
Deploy PHP / deploy (push) Successful in 38s

This commit is contained in:
Camilla Schoeser
2026-06-09 20:49:35 +02:00
parent 4fbab8a63c
commit fd2ffcd606
+5
View File
@@ -26,6 +26,11 @@ data:
font/woff2 woff2;
}
location /VUEJS/myapp/dist/ {
alias /var/www/html/VUEJS/myapp/dist/;
try_files $uri $uri/ /VUEJS/myapp/dist/index.html;
}
location / {
try_files $uri $uri/ /index.php?$query_string;
}