forked from GithubBackups/vichan
config.php: fix default 'dir' configuration
This commit is contained in:
parent
e70c087f5f
commit
13ca053e06
@ -1429,14 +1429,10 @@
|
|||||||
$config['dir'] = [
|
$config['dir'] = [
|
||||||
'img' => 'src/',
|
'img' => 'src/',
|
||||||
'thumb' => 'thumb/',
|
'thumb' => 'thumb/',
|
||||||
'res' => 'res/'
|
'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/'.
|
||||||
// For load balancing, having a seperate server (and domain/subdomain) for serving static content is
|
// $config['dir']['static'] = 'http://static.example.org/';
|
||||||
// possible. This can either be a directory or a URL. Defaults to $config['root'] . 'static/'.
|
|
||||||
// $config['dir']['static'] = 'http://static.example.org/';
|
|
||||||
|
|
||||||
$config['dir'] = [
|
|
||||||
// Where to store the .html templates. This folder and the template files must exist.
|
// Where to store the .html templates. This folder and the template files must exist.
|
||||||
'template' => getcwd() . '/templates',
|
'template' => getcwd() . '/templates',
|
||||||
// Location of vichan "themes".
|
// Location of vichan "themes".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user