Fix regex for exozyme pages

This commit is contained in:
Anthony Wang 2021-07-20 16:16:21 +00:00 committed by GitHub
parent aad540270c
commit 4c64f05c0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ server {
proxy_buffering off;
}
location ~ ^/~$ {
location ~ ^/~(.*)$ {
rewrite ^/~(.*)$ /pages/$1;
root /srv/http;
}