luci-app-webdav: set the temp path to the webdav directory

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-11-06 15:27:34 +08:00
parent 0807d79c71
commit 4fdf67efc2

View File

@ -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};"