diff --git a/exozyme.conf b/exozyme.conf index ec5788a..b6fbde1 100644 --- a/exozyme.conf +++ b/exozyme.conf @@ -48,8 +48,9 @@ server { } location ~ ^/~(.*)$ { - rewrite ^/~(.*)$ /pages/$1 last; - root /srv/http; + rewrite ^/~(.*)$ /$1 last; + root /srv/http/pages; + index index.html; } location / {