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 ``` Caddyfile upload ... { ... create_uuid_dir [optional: true/false] } ```
Only in Caddyfile
I mean, the default value of
create_uuid_diris false. So when users add this parameter, they must set the value totrue.like this