diff --git a/exozyme.conf b/exozyme.conf index 2088977..8757dd1 100644 --- a/exozyme.conf +++ b/exozyme.conf @@ -47,10 +47,8 @@ server { proxy_buffering off; } - location ~ ^/~(.*)$ { - root /srv/http/pages; - rewrite ^/~(.*)$ /$1 last; - try_files $uri $uri/ index.html; + location /~ { + alias /srv/http/pages/; } location / {