Merge "remove listen directive bound to only ipv4"
This commit is contained in:
commit
a5bd682d47
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user