diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-05-15 11:05:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-05-15 11:05:49 -0300 |
commit | 11b6f06a7565ac611f8cfa2dea83c78fb0ea913a (patch) | |
tree | 112fea8283313e37fc64c3d84c5cc88f51d64ecd /templates/apache/vhosts | |
parent | 2cded20232a1354d70f461a30bed0c035c0d77cd (diff) | |
download | puppet-bootstrap-11b6f06a7565ac611f8cfa2dea83c78fb0ea913a.tar.gz puppet-bootstrap-11b6f06a7565ac611f8cfa2dea83c78fb0ea913a.tar.bz2 |
Fixing alias at mail vhost
Diffstat (limited to 'templates/apache/vhosts')
-rw-r--r-- | templates/apache/vhosts/mail.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apache/vhosts/mail.erb b/templates/apache/vhosts/mail.erb index cd4a3f8..3badcf0 100644 --- a/templates/apache/vhosts/mail.erb +++ b/templates/apache/vhosts/mail.erb @@ -28,8 +28,8 @@ # begin roundcube config # Access to tinymce files - Alias /roundcube /var/lib/roundcube Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/ + Alias /roundcube /var/lib/roundcube <Directory "/usr/share/tinymce/www/"> Options Indexes MultiViews FollowSymLinks |