From bcda278c2ab74795857cf9bcb9184268e8a28923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Mon, 17 Apr 2017 01:23:20 +0200 Subject: Allow to not use Location directive in apache ( but keep past use by default) --- modules/apache/templates/vhost_base.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/apache/templates/vhost_base.conf') diff --git a/modules/apache/templates/vhost_base.conf b/modules/apache/templates/vhost_base.conf index c6feade5..84c8f918 100644 --- a/modules/apache/templates/vhost_base.conf +++ b/modules/apache/templates/vhost_base.conf @@ -39,6 +39,7 @@ end <%- end -%> +<%- if enable_location -%> Require all granted @@ -47,5 +48,6 @@ end Allow from all +<%- end -%> -- cgit v1.2.1