forked from exozyme/nginx
Update exozyme.conf
This commit is contained in:
parent
5222ecfb6c
commit
27bb612fb4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ server {
|
|||
}
|
||||
|
||||
location ~ ^/~$ {
|
||||
rewrite ^~(\w+)\.?.*$ /pages/$1;
|
||||
rewrite ^/~(.*)$ /pages/$1;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
|
Loading…
Reference in a new issue