diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-04-04 13:59:19 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-04-04 13:59:19 +0000 |
commit | fd08983d706353030e23c8ee67f28b0ba7ed2f8d (patch) | |
tree | 24d8a3280a60afd02d06e4b92cf72565bcadf122 /modules/bcd/templates/vhost_bcd.conf | |
parent | 4cdf8d2611959d98b40c26a46f6fbeeb09056b4a (diff) | |
download | puppet-fd08983d706353030e23c8ee67f28b0ba7ed2f8d.tar puppet-fd08983d706353030e23c8ee67f28b0ba7ed2f8d.tar.gz puppet-fd08983d706353030e23c8ee67f28b0ba7ed2f8d.tar.bz2 puppet-fd08983d706353030e23c8ee67f28b0ba7ed2f8d.tar.xz puppet-fd08983d706353030e23c8ee67f28b0ba7ed2f8d.zip |
add bcd web directory
Diffstat (limited to 'modules/bcd/templates/vhost_bcd.conf')
-rw-r--r-- | modules/bcd/templates/vhost_bcd.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/bcd/templates/vhost_bcd.conf b/modules/bcd/templates/vhost_bcd.conf new file mode 100644 index 00000000..ceedb418 --- /dev/null +++ b/modules/bcd/templates/vhost_bcd.conf @@ -0,0 +1,3 @@ +<Directory <%= bcd_home %>/public_html> + Options Indexes +</Directory> |