Project

General

Profile

Download (328 Bytes) Statistics
| Branch: | Tag: | Revision:
c62fcb8a Ewoud Kohl van Wijngaarden
PassengerAppRoot <%= @app_root %>
<% if @scl_prefix and !@scl_prefix.empty? -%>
PassengerRuby /usr/bin/<%= @scl_prefix -%>-ruby
<% end -%>
64234edf Lukas Zapletal
<%= "PassengerMinInstances #{@min_instances}\n" unless @min_instances == '0' -%>
<%= "PassengerStartTimeout #{@start_timeout}\n" unless @start_timeout == '0' -%>
c62fcb8a Ewoud Kohl van Wijngaarden
AddDefaultCharset UTF-8