diff --git a/playbooks/roles/mirror/templates/mirror.vhost.j2 b/playbooks/roles/mirror/templates/mirror.vhost.j2
index 906f5dee96..5e37fc6ca7 100644
--- a/playbooks/roles/mirror/templates/mirror.vhost.j2
+++ b/playbooks/roles/mirror/templates/mirror.vhost.j2
@@ -33,12 +33,7 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \
Options Indexes FollowSymLinks MultiViews
AllowOverride None
- Order allow,deny
- allow from all
- Satisfy any
- = 2.4>
- Require all granted
-
+ Require all granted
# Caching reverse proxy for things that don't make sense in AFS
@@ -153,8 +148,7 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \
# Disable directory listing by default.
- Order Deny,Allow
- Deny from all
+ Require all denied
Options None
AllowOverride None
@@ -328,8 +322,7 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \
# Disable directory listing by default.
- Order Deny,Allow
- Deny from all
+ Require all denied
Options None
AllowOverride None
@@ -397,8 +390,7 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \
# Disable directory listing by default.
- Order Deny,Allow
- Deny from all
+ Require all denied
Options None
AllowOverride None
@@ -463,8 +455,7 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \
# Disable directory listing by default.
- Order Deny,Allow
- Deny from all
+ Require all denied
Options None
AllowOverride None