Update exozyme.conf

This commit is contained in:
Anthony Wang 2021-07-20 16:10:27 +00:00 committed by GitHub
parent 9396a10ddc
commit d124cc94c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ server {
}
location ~ ^/~$ {
rewrite_log on;
rewrite ^/~(.*)$ /pages/$1;
root /srv/http;
}