fix minor nit in template

This commit is contained in:
Edward Hope-Morley 2015-11-27 09:28:53 +00:00
parent 4e109f4602
commit c1f3358a66
1 changed files with 4 additions and 0 deletions

View File

@ -5,7 +5,9 @@ max connections = {{ account_max_connections }}
path = /srv/node/
read only = false
lock file = /var/lock/account.lock
{% if allowed_hosts -%}
hosts allow = {{ allowed_hosts }}
{% endif %}
[container]
uid = swift
@ -14,7 +16,9 @@ max connections = {{ container_max_connections }}
path = /srv/node/
read only = false
lock file = /var/lock/container.lock
{% if allowed_hosts -%}
hosts allow = {{ allowed_hosts }}
{% endif %}
[object]
uid = swift