Fix nginx file
This commit is contained in:
parent
15175b68e8
commit
0c1312f949
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
location __PATH__/ {
|
||||
|
||||
alias __INSTALL_DIR/www/;
|
||||
alias __INSTALL_DIR__/www/;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue