caddyv2-upload
caddyv2-upload copied to clipboard
unnecessary value of create_uuid_dir
trafficstars
Only in Caddyfile
I mean, the default value of create_uuid_dir is false. So when users add this parameter, they must set the value to true.
like this
upload ... {
...
create_uuid_dir [optional: true/false]
}
Ah got you, will adopt the doc in caddyfile.go