From fd2ffcd60618cd2c5eeada5bd0c27e2ebd7a39d7 Mon Sep 17 00:00:00 2001 From: Camilla Schoeser Date: Tue, 9 Jun 2026 20:49:35 +0200 Subject: [PATCH] Update: ajout de la route Nginx pour VUEJS --- configmap.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configmap.yml b/configmap.yml index b44c3bb..521e207 100644 --- a/configmap.yml +++ b/configmap.yml @@ -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; }