diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-02-09 10:43:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-02-09 10:43:23 -0200 |
commit | 2f6a5f861d1a254f9d1fd4800a90fd512c641ac8 (patch) | |
tree | f06eb173bc925a0b050daca51c565d8883d226c9 | |
parent | 2204bd1b22e1e209229bc2ebe12963b27d911fed (diff) | |
download | puppet-apache-2f6a5f861d1a254f9d1fd4800a90fd512c641ac8.tar.gz puppet-apache-2f6a5f861d1a254f9d1fd4800a90fd512c641ac8.tar.bz2 |
Fixing icon folder
-rw-r--r-- | templates/alias.conf.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/alias.conf.erb b/templates/alias.conf.erb index 51419b2..77f87aa 100644 --- a/templates/alias.conf.erb +++ b/templates/alias.conf.erb @@ -12,9 +12,9 @@ # We include the /icons/ alias for FancyIndexed directory listings. If # you do not use FancyIndexing, you may comment this out. # -Alias /icons/ "<%= apache_www_folder %>" +Alias /icons/ "<%= apache_www_folder %>/icons" -<Directory "<%= apache_www_folder %>"> +<Directory "<%= apache_www_folder %>/icons"> Options Indexes MultiViews AllowOverride None Order allow,deny |