move cache to /config subfolder, in case it gets large and balloons the container

This commit is contained in:
sparklyballs 2016-08-29 19:49:31 +01:00
parent ccd109db7d
commit 545a270154
2 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,7 @@
* especially useful for lower power hosts
*/
$config['cops_thumbnail_handling'] = "";
$config['cops_thumbnail_cache_directory'] = "/cache/";
$config['cops_thumbnail_cache_directory'] = "/config/cache/";
/*
* Enable and configure Send To Kindle (or Email) feature.
*

View File

@ -2,7 +2,7 @@
# create folders
mkdir -p \
/cache
/config/cache
# make symlink
[[ ! -e /var/www/localhost/cops ]] && \
@ -15,7 +15,6 @@ cp /config/config_local.php /var/www/localhost/cops/
# permissions
chown -R abc:abc \
/cache \
/config \
/usr/share/webapps/cops \
var/www/localhost/cops