From 951e34d75ac0e7542bde353bdb3e4ebd41fb1a85 Mon Sep 17 00:00:00 2001 From: Camilla Schoeser Date: Tue, 9 Jun 2026 21:40:16 +0200 Subject: [PATCH] modif configmap.yml --- configmap.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configmap.yml b/configmap.yml index 77136eb..b1c79a6 100644 --- a/configmap.yml +++ b/configmap.yml @@ -26,9 +26,14 @@ data: font/woff2 woff2; } + location /VUEJS/myapp/dist/assets/ { + alias /var/www/html/VUEJS/myapp/dist/assets/; + } + location /VUEJS/myapp/dist/ { - root /var/www/html; - try_files $uri $uri/ /VUEJS/myapp/dist/index.html; + alias /var/www/html/VUEJS/myapp/dist/; + index index.html; + try_files $uri $uri/ /index.html; } location / {