Merge "remove listen directive bound to only ipv4"

This commit is contained in:
Jenkins 2016-11-30 21:22:11 +00:00 committed by Gerrit Code Review
commit a5bd682d47

View File

@ -126,9 +126,7 @@ function configure_horizon {
if is_ubuntu; then
disable_apache_site 000-default
sudo touch $horizon_conf
elif is_fedora; then
sudo sed '/^Listen/s/^.*$/Listen 0.0.0.0:80/' -i /etc/httpd/conf/httpd.conf
elif is_suse; then
elif is_fedora || is_suse; then
: # nothing to do
else
exit_distro_not_supported "horizon apache configuration"