diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-30 19:21:50 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-30 19:21:50 +0000 |
commit | f480c12fb3baf48702601e62542f93341e7bb5d0 (patch) | |
tree | c9941b575506bae9955dd522dc5efe352dc95966 /modules/apache/templates/vhost_catalyst_app.conf | |
parent | 14c3def11a49c8c1407809d580ae046b5fa0c88f (diff) | |
download | puppet-f480c12fb3baf48702601e62542f93341e7bb5d0.tar puppet-f480c12fb3baf48702601e62542f93341e7bb5d0.tar.gz puppet-f480c12fb3baf48702601e62542f93341e7bb5d0.tar.bz2 puppet-f480c12fb3baf48702601e62542f93341e7bb5d0.tar.xz puppet-f480c12fb3baf48702601e62542f93341e7bb5d0.zip |
fix the template, this cause the epoll installation on alamut to not
have css :/
Diffstat (limited to 'modules/apache/templates/vhost_catalyst_app.conf')
-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 fcdd9ce1..ca0aca68 100644 --- a/modules/apache/templates/vhost_catalyst_app.conf +++ b/modules/apache/templates/vhost_catalyst_app.conf @@ -15,7 +15,7 @@ end # Serve static content directly DocumentRoot /dev/null -<% if location then %> +<% if location != '' then %> Alias /static <%= location %>/root/static <% end %> Alias / <%= script %>/ |