mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-30 14:51:11 +02:00
Fixed HTTPS on CentOS
This commit is contained in:
@ -482,7 +482,10 @@ prepare_web_server_apache() {
|
||||
elif [ -f "/etc/apache2/conf.d/default.conf" ]; then
|
||||
echo "** Disable default site"
|
||||
rm -f "/etc/apache2/conf.d/default.conf"
|
||||
elif [ -f "/etc/httpd/conf.d/welcome.conf" ]; then
|
||||
echo "** Disable default site"
|
||||
rm -f "/etc/httpd/conf.d/welcome.conf"
|
||||
rm -f "/etc/httpd/conf.d/ssl.conf"
|
||||
fi
|
||||
|
||||
echo "** Adding Zabbix virtual host (HTTP)"
|
||||
|
Reference in New Issue
Block a user