diff options
-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 %>/ |