diff --git a/nginx.conf b/nginx.conf
index 94d2c6057076888fde3471ef2f0764b4b8a2fc52..535c6e0da8e35279e57dc9f9452897c34ac9f0ee 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -2,8 +2,8 @@ server_tokens off;
 server {
     listen 8080;
     server_name localhost;
-    location /wiki/? {
-        alias /etc/nginx/html;
+    location /wiki/ {
+        alias /etc/nginx/html/;
         index index.html index.htm;
 
     }