From 49ccf367e0800fcfd839b0d46af098784e254c55 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Fri, 8 Dec 2023 09:54:26 +0100 Subject: [PATCH] Should fix redirect on 8080 --- deploy/df-wiki/templates/configmap-nginx-conf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/df-wiki/templates/configmap-nginx-conf.yaml b/deploy/df-wiki/templates/configmap-nginx-conf.yaml index b803bd8a..8ae4e42f 100644 --- a/deploy/df-wiki/templates/configmap-nginx-conf.yaml +++ b/deploy/df-wiki/templates/configmap-nginx-conf.yaml @@ -7,6 +7,7 @@ data: server { listen 8080; server_name localhost; + port_in_redirect off; location /wiki/ { alias /etc/nginx/html/; index index.html index.htm; -- GitLab