Merge "Disable default vhost for apache"

This commit is contained in:
Jenkins 2017-04-27 20:21:28 +00:00 committed by Gerrit Code Review
commit 25d052833c
2 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,7 @@ outputs:
# internal_api_uri -> [IP]
# internal_api_subnet - > IP/CIDR
apache::ip: {get_param: [ServiceNetMap, ApacheNetwork]}
apache::default_vhost: false
apache::server_signature: 'Off'
apache::server_tokens: 'Prod'
apache_remote_proxy_ips_network:

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
Disable default vhost for apache. It is required for a hybrid deployments
when WSGI based services running both at host and in containers, without
conflicting default ports.