From c725449e75c0c28c1a88fb10498e8fe7859cfb99 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 10 May 2024 10:50:04 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index d0ac544..4d5a61c 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -609,7 +609,7 @@ configure_nginx() { echo "Setting Nginx configuration.." - # https://dev.openpanel.co/services/nginx + # https://dev.openpanel.co/services.html#Nginx debug_log cp -fr ${OPENPANEL_DIR}conf/nginx.conf /etc/nginx/nginx.conf # dir for domlogs @@ -653,7 +653,7 @@ install_mysql_for_ubuntu24() { $PACKAGE_MANAGER -qq install mysql-server -y - # https://dev.openpanel.co/services/mysql + # https://dev.openpanel.co/services.html#MySQL debug_log cp -fr ${OPENPANEL_DIR}/conf/mysqld.cnf /etc/mysql/mysql.conf.d/mysqld.cnf debug_log service mysql start