diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-29 14:44:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-29 14:44:35 -0200 |
commit | 1e5db440c4fa2412b0346b3f1d4b6714943cff16 (patch) | |
tree | d366b875a4732dfb8f76dae821802e2ac25e6767 /templates | |
parent | d85df83c88cd69c14c055862060a96f7900fea0c (diff) | |
download | puppet-apache-1e5db440c4fa2412b0346b3f1d4b6714943cff16.tar.gz puppet-apache-1e5db440c4fa2412b0346b3f1d4b6714943cff16.tar.bz2 |
Adding template and filename parameters
Diffstat (limited to 'templates')
-rw-r--r-- | templates/error.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/error.erb b/templates/error.erb index 5e2cf5f..fef5dd7 100644 --- a/templates/error.erb +++ b/templates/error.erb @@ -5,7 +5,7 @@ DocumentRoot <%= apache_error_folder %> ErrorDocument 404 <%= apache_error_dest %> - <Directory /var/www/error> + <Directory <%= apache_error_folder %>> DirectoryIndex index.html Options Indexes -Includes FollowSymLinks -MultiViews AllowOverride None |