From c73efbcfe0a5f04b116976b2af6a89af2207793f Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Wed, 13 Dec 2023 21:48:25 +0100
Subject: [PATCH] Update alias for nginx conf

---
 deploy/df-wiki/templates/configmap-nginx-conf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/df-wiki/templates/configmap-nginx-conf.yaml b/deploy/df-wiki/templates/configmap-nginx-conf.yaml
index 8cb0d0bc..e38d2254 100644
--- a/deploy/df-wiki/templates/configmap-nginx-conf.yaml
+++ b/deploy/df-wiki/templates/configmap-nginx-conf.yaml
@@ -9,7 +9,7 @@ data:
         server_name localhost;
         port_in_redirect off;
         location /wiki {
-            alias /etc/nginx/html/;
+            alias /usr/share/nginx/html/;
             index index.html index.htm;
             try_files $uri $uri/ $uri/index.html /index.html =404;
 
-- 
GitLab