init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#
|
||||
location ~* ^/bx_tmp_download/ {
|
||||
internal;
|
||||
rewrite /bx_tmp_download/(.+) /.bx_temp/$1 last;
|
||||
}
|
||||
#
|
||||
location ~* ^/.bx_temp/ {
|
||||
internal;
|
||||
root /opt;
|
||||
}
|
||||
#
|
||||
Reference in New Issue
Block a user