Loading templates/client.conf.erb +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ client <%= @shortname %> { max_connections = <%= @max_connections %> <%- end -%> <%- if defined?(@lifetime) -%> lifetime = <%= @lifetime -%> lifetime = <%= @lifetime %> <%- end -%> <%- if defined?(@idle_timeout) -%> idle_timeout = <%= @idle_timeout %> Loading Loading
templates/client.conf.erb +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ client <%= @shortname %> { max_connections = <%= @max_connections %> <%- end -%> <%- if defined?(@lifetime) -%> lifetime = <%= @lifetime -%> lifetime = <%= @lifetime %> <%- end -%> <%- if defined?(@idle_timeout) -%> idle_timeout = <%= @idle_timeout %> Loading