added all file controls

This commit is contained in:
Arne Teuke
2017-06-20 10:18:30 +01:00
parent b0b9a0a692
commit b2ad14d456
6 changed files with 77 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ $ae_user_shell = '/bin/false',
# configuration files
$ae_manage_cfg = false,
$ae_manage_dirs = true,
$ae_allow_user_dirs = false,
) {
@@ -74,6 +74,9 @@ $ae_magic_file_erb = 'cd_apache/magic.erb'
$ae_ssl_file = "${ae_conf_d_dir}/ssl.conf"
$ae_ssl_file_erb = 'cd_apache/ssl_conf.erb'
$ae_autoindex_file = "${ae_conf_d_dir}/autoindex.conf"
$ae_autoindex_erb = 'cd_apache/autoindex_conf.erb'
$ae_userdir_file = "${ae_conf_d_dir}/userdir.conf"
$ae_userdir_erb = 'cd_apache/userdir_conf.erb'
# includes must be last