mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 14:26:16 +01:00
bug fix: correct url
This commit is contained in:
@@ -14,7 +14,7 @@ from plogical.CyberCPLogFileWriter import CyberCPLogFileWriter as logging
|
|||||||
|
|
||||||
class ClusterManager:
|
class ClusterManager:
|
||||||
|
|
||||||
LogURL = "http://de-a.cyberhosting.org:8000/HighAvailability/RecvData"
|
LogURL = "https://cloud.cyberpanel.net/HighAvailability/RecvData"
|
||||||
ClusterFile = '/home/cyberpanel/cluster'
|
ClusterFile = '/home/cyberpanel/cluster'
|
||||||
vhostConfPath = '/usr/local/lsws/conf/vhosts'
|
vhostConfPath = '/usr/local/lsws/conf/vhosts'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user