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