diff --git a/apache/templates/apache2.httpd.conf.erb b/apache/templates/apache2.httpd.conf.erb index 1f1aaa9..0ec7f97 100644 --- a/apache/templates/apache2.httpd.conf.erb +++ b/apache/templates/apache2.httpd.conf.erb @@ -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. diff --git a/apache/templates/httpd.conf.erb b/apache/templates/httpd.conf.erb index 13ac888..7169d7f 100644 --- a/apache/templates/httpd.conf.erb +++ b/apache/templates/httpd.conf.erb @@ -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. diff --git a/apache/templates/httpsd.conf.erb b/apache/templates/httpsd.conf.erb index 5b90945..1c12b78 100644 --- a/apache/templates/httpsd.conf.erb +++ b/apache/templates/httpsd.conf.erb @@ -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.