aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-05 23:49:19 +0000
committerMichael Scherer <misc@mageia.org>2010-11-05 23:49:19 +0000
commita9bc42872a5015cb55265e95e76981eec5c6fca8 (patch)
treea78c6d30c89be847a786145177a5a83f2acb19bf /modules/apache/templates
parentcbb430c3d359ed22485261468ad8e37193bf9ec4 (diff)
downloadpuppet-a9bc42872a5015cb55265e95e76981eec5c6fca8.tar
puppet-a9bc42872a5015cb55265e95e76981eec5c6fca8.tar.gz
puppet-a9bc42872a5015cb55265e95e76981eec5c6fca8.tar.bz2
puppet-a9bc42872a5015cb55265e95e76981eec5c6fca8.tar.xz
puppet-a9bc42872a5015cb55265e95e76981eec5c6fca8.zip
- oups again, fix the order of arguments
Diffstat (limited to 'modules/apache/templates')
-rw-r--r--modules/apache/templates/vhost_catalyst_app.conf2
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 29ca7c74..c4832652 100644
--- a/modules/apache/templates/vhost_catalyst_app.conf
+++ b/modules/apache/templates/vhost_catalyst_app.conf
@@ -3,7 +3,7 @@
# Serve static content directly
DocumentRoot /dev/null
- Alias <%= script %>/ /
+ Alias / <%= script %>/
FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30
<Location />