Set TraceEnable
directive for apache to 'Off'
Openstack service don't support TRACE requests, so there is little point allowing TRACE for apache. Change-Id: I396a4c3bfab8f353d038b011d5dc8029f4137a57 Closes-Bug: #1801298
This commit is contained in:
parent
5413ca926d
commit
2777c2b7d8
@ -87,6 +87,7 @@ outputs:
|
||||
params:
|
||||
$NETWORK: {get_param: [ServiceNetMap, ApacheNetwork]}
|
||||
apache::default_vhost: false
|
||||
apache::trace_enable: 'Off'
|
||||
apache::server_signature: 'Off'
|
||||
apache::server_tokens: 'Prod'
|
||||
apache_remote_proxy_ips_network:
|
||||
|
Loading…
x
Reference in New Issue
Block a user