Thanks, in case I wanted to enable the directive for the whole site, could you tell me how to change it
<Location /shared/>
Options +Indexes
</Location>
to the Additional nginx directives field:
location /shared/ {
autoindex on;
}
Thanks so much for your help