~paulgear/charms/trusty/ntpmaster/fix-python3-on-trusty

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/hardening/defaults/apache.yaml

  • Committer: Adam Israel
  • Date: 2016-03-30 17:02:08 UTC
  • mfrom: (12.1.1 trunk)
  • Revision ID: adam.israel@gmail.com-20160330170208-hlkrwz32rw4jcfl4
[paulgear] Sync charm-helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# NOTE: this file contains the default configuration for the 'apache' hardening
 
2
#       code. If you want to override any settings you must add them to a file
 
3
#       called hardening.yaml in the root directory of your charm using the
 
4
#       name 'apache' as the root key followed by any of the following with new
 
5
#       values.
 
6
 
 
7
common:
 
8
    apache_dir: '/etc/apache2'
 
9
 
 
10
hardening:
 
11
    traceenable: 'off'
 
12
    allowed_http_methods: "GET POST"
 
13
    modules_to_disable: [ cgi, cgid ]
 
 
b'\\ No newline at end of file'