aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/ceilometer/charmhelpers/contrib/hardening/apache/templates/hardening.conf
diff options
context:
space:
mode:
Diffstat (limited to 'charms/trusty/ceilometer/charmhelpers/contrib/hardening/apache/templates/hardening.conf')
-rw-r--r--charms/trusty/ceilometer/charmhelpers/contrib/hardening/apache/templates/hardening.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/charms/trusty/ceilometer/charmhelpers/contrib/hardening/apache/templates/hardening.conf b/charms/trusty/ceilometer/charmhelpers/contrib/hardening/apache/templates/hardening.conf
deleted file mode 100644
index 0794541..0000000
--- a/charms/trusty/ceilometer/charmhelpers/contrib/hardening/apache/templates/hardening.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-###############################################################################
-# WARNING: This configuration file is maintained by Juju. Local changes may
-# be overwritten.
-###############################################################################
-
-<Location / >
- <LimitExcept {{ allowed_http_methods }} >
- # http://httpd.apache.org/docs/2.4/upgrading.html
- {% if apache_version > '2.2' -%}
- Require all granted
- {% else -%}
- Order Allow,Deny
- Deny from all
- {% endif %}
- </LimitExcept>
-</Location>
-
-TraceEnable {{ traceenable }}