From eb52985beb099af53a8017b299e86cc2d0c44f5d Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Mon, 13 Jun 2022 15:29:27 +0500 Subject: [PATCH] bug fix: ha cluster --- install/installLog.py | 2 +- plogical/ClusterManager.py | 4 ++-- plogical/CyberPanelUpgrade.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install/installLog.py b/install/installLog.py index 58a3ed2c7..ec0e1b58a 100755 --- a/install/installLog.py +++ b/install/installLog.py @@ -7,7 +7,7 @@ import requests class InstallLog: fileName = "/var/log/installLogs.txt" currentPercent = '10' - LogURL = 'https://cloud.cyberpanel.net/servers/RecvData' + LogURL = 'https://platform.cyberpersons.com/servers/RecvData' ServerIP = '' @staticmethod diff --git a/plogical/ClusterManager.py b/plogical/ClusterManager.py index d9df35733..4c27c327b 100644 --- a/plogical/ClusterManager.py +++ b/plogical/ClusterManager.py @@ -16,8 +16,8 @@ from plogical.CyberCPLogFileWriter import CyberCPLogFileWriter as logging from plogical.mysqlUtilities import mysqlUtilities class ClusterManager: - LogURL = "https://cloud.cyberpanel.net/HighAvailability/RecvData" - UptimeURL = "https://cloud.cyberpanel.net/servers/UptimeReport" + LogURL = "https://platform.cyberpersons.com/HighAvailability/RecvData" + UptimeURL = "https://platform.cyberpersons.com/servers/UptimeReport" ClusterFile = '/home/cyberpanel/cluster' CloudConfig = '/home/cyberpanel/cloud' vhostConfPath = '/usr/local/lsws/conf/vhosts' diff --git a/plogical/CyberPanelUpgrade.py b/plogical/CyberPanelUpgrade.py index 6f1833c2e..a9179374b 100644 --- a/plogical/CyberPanelUpgrade.py +++ b/plogical/CyberPanelUpgrade.py @@ -9,7 +9,7 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "CyberCP.settings") class UpgradeCyberPanel: - LogURL = "https://cloud.cyberpanel.net/settings/RecvData" + LogURL = "https://platform.cyberpersons.com/settings/RecvData" def __init__(self, branch, mail, dns, ftp): ipFile = "/etc/cyberpanel/machineIP"