diff options
Diffstat (limited to 'docs/conf/httpd.conf.in')
-rw-r--r-- | docs/conf/httpd.conf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 6edb323cfd..643ee39706 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -389,6 +389,9 @@ LogLevel warn # Various default settings #Include @rel_sysconfdir@/extra/httpd-default.conf +# Policy enforcement +#Include @rel_sysconfdir@/extra/httpd-policy.conf + # Configure mod_proxy_html to understand HTML4/XHTML1 <IfModule proxy_html_module> Include @rel_sysconfdir@/extra/proxy-html.conf |