luci-app-webdav: set the temp path to the webdav directory
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
0807d79c71
commit
4fdf67efc2
@ -72,6 +72,7 @@ start() {
|
||||
printf "\n\troot ${root_dir};"
|
||||
printf "\n\taccess_log off;"
|
||||
printf "\n\terror_log off;"
|
||||
printf "\n\tclient_body_temp_path ${root_dir};"
|
||||
if [ "$ssl" -eq "1" ]; then
|
||||
printf "\n\tssl_certificate ${cert_cer};"
|
||||
printf "\n\tssl_certificate_key ${cert_key};"
|
||||
|
Loading…
Reference in New Issue
Block a user