1
0
Fork 0
forked from exozyme/nginx

Update exozyme.conf

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

View file

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