This website requires JavaScript.
Explore
Help
Sign in
mbess
/
web-utils
Watch
1
Star
0
Fork
You've already forked web-utils
0
Code
Issues
Pull requests
Projects
Releases
Packages
Activity
Actions
dcdb1b23d7
web-utils
/
modules
/
quickupload
/
nginx_quickupload.conf
5 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
fix(QuickUpload): nginx direct access alias
2021-10-03 16:27:35 +00:00
location /file/ {
alias {{ROOT_PATH}}/tmp/quickupload/;
autoindex off;
}
Reference in a new issue
Copy permalink