From 61577b458f54ec46ed04bfcd387a9112ca6367a1 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 8 Nov 2010 00:47:08 +0000 Subject: - fix syntax error in the template ( TODO add a check in pre-commit ) --- modules/apache/templates/vhost_catalyst_app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1