Update exozyme.conf

This commit is contained in:
Anthony Wang 2021-07-20 16:30:38 +00:00 committed by GitHub
parent 8ea195ba57
commit 8702f5753e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,8 +48,9 @@ server {
}
location ~ ^/~(.*)$ {
rewrite ^/~(.*)$ /pages/$1 last;
root /srv/http;
rewrite ^/~(.*)$ /$1 last;
root /srv/http/pages;
index index.html;
}
location / {