diff --git a/src/default.properties.yml b/src/default.properties.yml index e36dc50..9115667 100644 --- a/src/default.properties.yml +++ b/src/default.properties.yml @@ -13,5 +13,11 @@ remote: opcache: env: 'fcgi' host: '/var/run/php_fpm_[user].sock' + cleandir_limit: 2 + postsymlink_filechecks: + - '${remote.rootdir}/vendor/autoload.php' + environment_overrides: + ^staging: + cleandir_limit: 1 local: filesdir: '[web_root]/uploads'