config.php: fix default 'dir' configuration

This commit is contained in:
Zankaria 2024-10-01 21:52:50 +02:00
parent e70c087f5f
commit 13ca053e06

View File

@ -1429,14 +1429,10 @@
$config['dir'] = [
'img' => 'src/',
'thumb' => 'thumb/',
'res' => 'res/'
];
// For load balancing, having a seperate server (and domain/subdomain) for serving static content is
// possible. This can either be a directory or a URL. Defaults to $config['root'] . 'static/'.
// $config['dir']['static'] = 'http://static.example.org/';
$config['dir'] = [
'res' => 'res/',
// For load balancing, having a seperate server (and domain/subdomain) for serving static content is
// possible. This can either be a directory or a URL. Defaults to $config['root'] . 'static/'.
// $config['dir']['static'] = 'http://static.example.org/';
// Where to store the .html templates. This folder and the template files must exist.
'template' => getcwd() . '/templates',
// Location of vichan "themes".