diff options
author | Simon Rettberg | 2019-10-25 17:35:04 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-10-25 17:35:04 +0200 |
commit | 0c962bfac6a56140d90bd08385300566e3d79758 (patch) | |
tree | 6850c833c4249bcee9a63e9b166a8b2eae7fb446 /config.php.example | |
parent | config.php.example: Remove deprecated CONFIG_REMOTE_ML (diff) | |
download | slx-admin-0c962bfac6a56140d90bd08385300566e3d79758.tar.gz slx-admin-0c962bfac6a56140d90bd08385300566e3d79758.tar.xz slx-admin-0c962bfac6a56140d90bd08385300566e3d79758.zip |
config.php.emaple: Remove another orphaned config var
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 4 |
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); |