userdir: fix autoindex
This commit is contained in:
parent
5f99060d2b
commit
b26bb94495
|
@ -29,7 +29,7 @@ in
|
||||||
virtualHosts.${domain} = {
|
virtualHosts.${domain} = {
|
||||||
enableUserDir = true;
|
enableUserDir = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
<Directory "/home/*/public_html">
|
<Directory "/home/users/*/public_html">
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
DirectoryIndex index.php index.html
|
DirectoryIndex index.php index.html
|
||||||
AllowOverride FileInfo AuthConfig Limit Indexes Options=Indexes
|
AllowOverride FileInfo AuthConfig Limit Indexes Options=Indexes
|
||||||
|
|
Loading…
Reference in a new issue