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