diff options
author | Simon Rettberg | 2015-02-24 16:30:07 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-02-24 16:30:07 +0100 |
commit | bb6432a6158b97cd5b92ab316d9d8b52bca2044d (patch) | |
tree | e64f4d92458d2fb501eb0af13c6dc37adc731747 /config.php.example | |
parent | MiniLinux download with version selection (diff) | |
download | slx-admin-bb6432a6158b97cd5b92ab316d9d8b52bca2044d.tar.gz slx-admin-bb6432a6158b97cd5b92ab316d9d8b52bca2044d.tar.xz slx-admin-bb6432a6158b97cd5b92ab316d9d8b52bca2044d.zip |
Various fixes
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php.example b/config.php.example index f6e418d2..929e7e2e 100644 --- a/config.php.example +++ b/config.php.example @@ -15,7 +15,7 @@ define('CONFIG_SQL_FORCE_UTF8', true); define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs'); -define('CONFIG_REMOTE_ML', 'http://mltk.boot.openslx.org/update/new'); +define('CONFIG_REMOTE_ML', 'https://bwlp-masterserver.ruf.uni-freiburg.de/minilinux/sat_01'); define('CONFIG_TFTP_DIR', '/srv/openslx/tftp'); define('CONFIG_HTTP_DIR', '/srv/openslx/www/boot'); @@ -24,4 +24,4 @@ define('CONFIG_IPXE_DIR', '/opt/openslx/ipxe'); define('CONFIG_VMSTORE_DIR', '/srv/openslx/nfs'); -define('CONFIG_PROXY_CONF', '/opt/openslx/proxy/config');
\ No newline at end of file +define('CONFIG_PROXY_CONF', '/opt/openslx/proxy/config'); |