apache: Disable directory indexes by default
This commit is contained in:
parent
0c62349cfa
commit
8bcbd022a4
3 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ ServerSignature Off
|
|||
# http://httpd.apache.org/docs/2.2/mod/core.html#options
|
||||
# for more information.
|
||||
#
|
||||
Options Indexes FollowSymLinks
|
||||
Options FollowSymLinks
|
||||
|
||||
#
|
||||
# AllowOverride controls what directives may be placed in .htaccess files.
|
||||
|
|
|
@ -322,7 +322,7 @@ DocumentRoot "/srv/www/http/<%= homename %>"
|
|||
# http://httpd.apache.org/docs/2.2/mod/core.html#options
|
||||
# for more information.
|
||||
#
|
||||
Options Indexes FollowSymLinks
|
||||
Options FollowSymLinks
|
||||
|
||||
#
|
||||
# AllowOverride controls what directives may be placed in .htaccess files.
|
||||
|
|
|
@ -326,7 +326,7 @@ DocumentRoot "/srv/www/https/<%= homename %>"
|
|||
# http://httpd.apache.org/docs/2.2/mod/core.html#options
|
||||
# for more information.
|
||||
#
|
||||
Options Indexes FollowSymLinks
|
||||
Options FollowSymLinks
|
||||
|
||||
#
|
||||
# AllowOverride controls what directives may be placed in .htaccess files.
|
||||
|
|
Loading…
Add table
Reference in a new issue