diff options
-rw-r--r-- | docs/conf/httpd.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index d59952f366..6edb323cfd 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -112,6 +112,7 @@ ServerAdmin you@example.com # <Directory> blocks below. # <Directory /> + AllowOverride none Require all denied </Directory> |