mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 01:34:31 +01:00
Config: actually add config.php
This commit is contained in:
parent
fbdb72994a
commit
1f2cd47562
@ -1119,6 +1119,12 @@
|
||||
$config['dir']['thumb'] = 'thumb/';
|
||||
$config['dir']['res'] = 'res/';
|
||||
|
||||
// Images in a seperate directory - For CDN or media servers
|
||||
// This is a particularly advanced feature - contact ctrlcctrlv or rails unless you
|
||||
// really know what you're doing
|
||||
$config['dir']['img_root'] = '';
|
||||
|
||||
|
||||
// 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/';
|
||||
|
Loading…
Reference in New Issue
Block a user