From 1f2cd4756259b11868a6eed046d2616dbad2a37a Mon Sep 17 00:00:00 2001 From: Jayden Callahan Date: Fri, 26 Sep 2014 06:48:24 +0930 Subject: [PATCH] Config: actually add config.php --- inc/config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inc/config.php b/inc/config.php index e5216470..600d1f5c 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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/';