summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-25 17:35:04 +0200
committerSimon Rettberg2019-10-25 17:35:04 +0200
commit0c962bfac6a56140d90bd08385300566e3d79758 (patch)
tree6850c833c4249bcee9a63e9b166a8b2eae7fb446
parentconfig.php.example: Remove deprecated CONFIG_REMOTE_ML (diff)
downloadslx-admin-0c962bfac6a56140d90bd08385300566e3d79758.tar.gz
slx-admin-0c962bfac6a56140d90bd08385300566e3d79758.tar.xz
slx-admin-0c962bfac6a56140d90bd08385300566e3d79758.zip
config.php.emaple: Remove another orphaned config var
-rw-r--r--config.php.example4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.php.example b/config.php.example
index 94b33c47..cb54a05d 100644
--- a/config.php.example
+++ b/config.php.example
@@ -22,9 +22,7 @@ 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 */
+/* for the dozmod API proxy cache */
define('CONFIG_DOZMOD_URL', 'http://127.0.0.1:9080');
define('CONFIG_DOZMOD_EXPIRE', 60);