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
|
if is_ubuntu; then
|
||||||
disable_apache_site 000-default
|
disable_apache_site 000-default
|
||||||
sudo touch $horizon_conf
|
sudo touch $horizon_conf
|
||||||
elif is_fedora; then
|
elif is_fedora || is_suse; then
|
||||||
sudo sed '/^Listen/s/^.*$/Listen 0.0.0.0:80/' -i /etc/httpd/conf/httpd.conf
|
|
||||||
elif is_suse; then
|
|
||||||
: # nothing to do
|
: # nothing to do
|
||||||
else
|
else
|
||||||
exit_distro_not_supported "horizon apache configuration"
|
exit_distro_not_supported "horizon apache configuration"
|
||||||
|
Loading…
Reference in New Issue
Block a user