userdir: fix autoindex

This commit is contained in:
Rouven Seifert 2023-09-16 19:39:09 +02:00
parent 5f99060d2b
commit b26bb94495
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -29,7 +29,7 @@ in
virtualHosts.${domain} = {
enableUserDir = true;
extraConfig = ''
<Directory "/home/*/public_html">
<Directory "/home/users/*/public_html">
Options -Indexes
DirectoryIndex index.php index.html
AllowOverride FileInfo AuthConfig Limit Indexes Options=Indexes