Remove remote server support

The functionality was marked as "I'm not even sure if this code works anymore" 11 years ago...
This commit is contained in:
Zankaria
2024-02-14 23:00:52 +01:00
parent e52c996a56
commit dd5c25f99c
3 changed files with 2 additions and 83 deletions

View File

@@ -1931,17 +1931,6 @@
// Example: Add links to dashboard (will all be in a new "Other" category).
// $config['mod']['dashboard_links']['Something'] = '?/something';
// Remote servers. I'm not even sure if this code works anymore. It might. Haven't tried it in a while.
// $config['remote']['static'] = array(
// 'host' => 'static.example.org',
// 'auth' => array(
// 'method' => 'plain',
// 'username' => 'username',
// 'password' => 'password!123'
// ),
// 'type' => 'scp'
// );
// Create gzipped static files along with ungzipped.
// This is useful with nginx with gzip_static on.
$config['gzip_static'] = false;