1
0
Fork 0
forked from exozyme/nginx

Update exozyme.conf

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

View file

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