userdir: fix autoindex
This commit is contained in:
parent
5f99060d2b
commit
b26bb94495
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue