aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/vhost_catalyst_app.conf
blob: eaa652d7c48ca5198c23ca9831d3079e2ad39fde (plain)
1
2
3
4
5
<%- if location != '' then -%>
Alias /static <%= location %>/root/static
<%- end -%>
Alias / <%= script %>/
FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30