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