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