From 0d9246f75b94e0dc80e9e7952bfda92085d92ed7 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Mon, 11 Dec 2023 16:13:29 +0100 Subject: [PATCH] Fix : defense-finder/wiki url --- 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 8ae4e42f..8cb0d0bc 100644 --- a/deploy/df-wiki/templates/configmap-nginx-conf.yaml +++ b/deploy/df-wiki/templates/configmap-nginx-conf.yaml @@ -8,7 +8,7 @@ data: listen 8080; server_name localhost; port_in_redirect off; - location /wiki/ { + location /wiki { alias /etc/nginx/html/; index index.html index.htm; try_files $uri $uri/ $uri/index.html /index.html =404; -- GitLab