forked from exozyme/nginx
Update exozyme.conf
This commit is contained in:
parent
27bb612fb4
commit
9396a10ddc
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ server {
|
|||
|
||||
location ~ ^/~$ {
|
||||
rewrite ^/~(.*)$ /pages/$1;
|
||||
root /srv/http;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
|
Loading…
Reference in a new issue