Fix OLS binary download URL

Remove 'downloads' path from OLS binary URL to match correct location
This commit is contained in:
usmannasir 2025-11-05 05:57:01 +05:00
parent e4a06a8aaf
commit 73ec9950ec
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class InstallCyberPanel:
InstallCyberPanel.stdOut("=" * 50, 1)
# URLs for custom binaries
OLS_BINARY_URL = "https://cyberpanel.net/downloads/openlitespeed-phpconfig-x86_64"
OLS_BINARY_URL = "https://cyberpanel.net/openlitespeed-phpconfig-x86_64"
MODULE_URL = "https://cyberpanel.net/cyberpanel_ols_x86_64.so"
OLS_BINARY_PATH = "/usr/local/lsws/bin/openlitespeed"
MODULE_PATH = "/usr/local/lsws/modules/cyberpanel_ols.so"