fix minor nit in template
This commit is contained in:
parent
4e109f4602
commit
c1f3358a66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user