diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-08 00:47:08 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-08 00:47:08 +0000 |
commit | 61577b458f54ec46ed04bfcd387a9112ca6367a1 (patch) | |
tree | 452d1e9452fca49903895f44b57a337016a7094c /modules/apache/templates | |
parent | 127ae4b27568a315dd0df95a76cb5c299370816d (diff) | |
download | puppet-61577b458f54ec46ed04bfcd387a9112ca6367a1.tar puppet-61577b458f54ec46ed04bfcd387a9112ca6367a1.tar.gz puppet-61577b458f54ec46ed04bfcd387a9112ca6367a1.tar.bz2 puppet-61577b458f54ec46ed04bfcd387a9112ca6367a1.tar.xz puppet-61577b458f54ec46ed04bfcd387a9112ca6367a1.zip |
- fix syntax error in the template ( TODO add a check in pre-commit )
Diffstat (limited to 'modules/apache/templates')
-rw-r--r-- | modules/apache/templates/vhost_catalyst_app.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/vhost_catalyst_app.conf b/modules/apache/templates/vhost_catalyst_app.conf index 631067ef..e40e5a61 100644 --- a/modules/apache/templates/vhost_catalyst_app.conf +++ b/modules/apache/templates/vhost_catalyst_app.conf @@ -17,7 +17,7 @@ end DocumentRoot /dev/null <% if location then %> Alias /static <%= location %>/root/static -<% endif %> +<% end %> Alias / <%= script %>/ FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30 |