fix(QuickUpload): nginx direct access alias
This commit is contained in:
parent
bb9dc0ee5d
commit
f8eddfd1d5
3 changed files with 10 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
location /file/ {
|
||||
alias {{ROOT_PATH}}/tmp/quickupload;
|
||||
autoindex off;
|
||||
}
|
||||
location /file/ {
|
||||
alias {{ROOT_PATH}}/tmp/quickupload/;
|
||||
autoindex off;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue