caddyv2-upload icon indicating copy to clipboard operation
caddyv2-upload copied to clipboard

unnecessary value of create_uuid_dir

Open BakaJzon opened this issue 2 years ago • 1 comments
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]
}

BakaJzon avatar Oct 31 '23 07:10 BakaJzon

Ah got you, will adopt the doc in caddyfile.go

git001 avatar Oct 31 '23 08:10 git001