Ensure default SSL config is removed for EL
Otherwise Apache tries to listen on 0.0.0.0:443 and fails as port is being already occupied by haproxy. Change-Id: Ia7c3f550a0842b34caacca422be8904c61174cd5
This commit is contained in:
parent
26f523867d
commit
35bc023473
@ -22,6 +22,7 @@ _repo_vhost_enable_path: "/etc/{{ repo_system_service_name }}/conf.d"
|
||||
_repo_apache_default_sites:
|
||||
- "/etc/httpd/conf.d/userdir.conf"
|
||||
- "/etc/httpd/conf.d/welcome.conf"
|
||||
- "/etc/httpd/conf.d/ssl.conf"
|
||||
|
||||
_repo_apache_configs:
|
||||
- src: "apache_ports.conf.j2"
|
||||
|
Loading…
Reference in New Issue
Block a user