diff options
Diffstat (limited to 'modules/apache/templates/vhost_catalyst_app.conf')
| -rw-r--r-- | modules/apache/templates/vhost_catalyst_app.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/apache/templates/vhost_catalyst_app.conf b/modules/apache/templates/vhost_catalyst_app.conf deleted file mode 100644 index eaa652d7..00000000 --- a/modules/apache/templates/vhost_catalyst_app.conf +++ /dev/null @@ -1,5 +0,0 @@ -<%- if location != '' then -%> -Alias /static <%= location %>/root/static -<%- end -%> -Alias / <%= script %>/ -FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30 |
