web-utils/modules/quickupload/nginx_quickupload.conf

4 lines
76 B
Text

location /file/ {
alias {{ROOT_PATH}}/tmp/quickupload;
autoindex off;
}