Update exozyme.conf

This commit is contained in:
Anthony Wang 2021-07-20 15:57:18 +00:00 committed by GitHub
parent 5222ecfb6c
commit 27bb612fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ server {
}
location ~ ^/~$ {
rewrite ^~(\w+)\.?.*$ /pages/$1;
rewrite ^/~(.*)$ /pages/$1;
}
location / {