forked from exozyme/nginx
Update exozyme.conf
This commit is contained in:
parent
4c64f05c0f
commit
8ea195ba57
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ server {
|
|||
}
|
||||
|
||||
location ~ ^/~(.*)$ {
|
||||
rewrite ^/~(.*)$ /pages/$1;
|
||||
rewrite ^/~(.*)$ /pages/$1 last;
|
||||
root /srv/http;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue