diff options
author | Simon Rettberg | 2023-10-23 12:17:17 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-10-23 12:17:17 +0200 |
commit | ce2e7874f86843f7fbf86f162f858b7997042952 (patch) | |
tree | c8a1823cab9606de225c1f1151ecac4206ade5bd /satellit_installer | |
parent | [SSPS] Cleanup, disable lighttpd (diff) | |
download | setup-scripts-ce2e7874f86843f7fbf86f162f858b7997042952.tar.gz setup-scripts-ce2e7874f86843f7fbf86f162f858b7997042952.tar.xz setup-scripts-ce2e7874f86843f7fbf86f162f858b7997042952.zip |
[SSPS] Remove unused constant
Diffstat (limited to 'satellit_installer')
-rw-r--r-- | satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php b/satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php index 0d50518..d345153 100644 --- a/satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php +++ b/satellit_installer/static_files/slxadmin/srv/openslx/www/slx-admin/config.php @@ -24,8 +24,6 @@ define('CONFIG_IPXE_DIR', '/opt/openslx/ipxe'); define('CONFIG_VMSTORE_DIR', '/srv/openslx/nfs'); -define('CONFIG_PROXY_CONF', '/opt/openslx/proxy/config'); - // For the dozmod API proxy cache define('CONFIG_DOZMOD_URL', 'http://127.0.0.1:9080'); define('CONFIG_DOZMOD_EXPIRE', 60); // 1 Minute |