Skip to content
Snippets Groups Projects
Unverified Commit ffd5226b authored by Jonathan's avatar Jonathan Committed by GitHub
Browse files

Merge pull request #152 from gonzocrazy/bug_client.conf

Add linebreak after lifetime attribute
parents e08f212c 4c0c75d4
No related branches found
No related tags found
No related merge requests found
......@@ -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 %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment