diff --git a/deploy/df-wiki/templates/configmap-nginx-conf.yaml b/deploy/df-wiki/templates/configmap-nginx-conf.yaml index 8ae4e42f5f8b2745e02797e543f9c985b8db6f5a..8cb0d0bcb10623e4635c7426b605d32bb8be170e 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;