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/
|
path = /srv/node/
|
||||||
read only = false
|
read only = false
|
||||||
lock file = /var/lock/account.lock
|
lock file = /var/lock/account.lock
|
||||||
|
{% if allowed_hosts -%}
|
||||||
hosts allow = {{ allowed_hosts }}
|
hosts allow = {{ allowed_hosts }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[container]
|
[container]
|
||||||
uid = swift
|
uid = swift
|
||||||
@ -14,7 +16,9 @@ max connections = {{ container_max_connections }}
|
|||||||
path = /srv/node/
|
path = /srv/node/
|
||||||
read only = false
|
read only = false
|
||||||
lock file = /var/lock/container.lock
|
lock file = /var/lock/container.lock
|
||||||
|
{% if allowed_hosts -%}
|
||||||
hosts allow = {{ allowed_hosts }}
|
hosts allow = {{ allowed_hosts }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[object]
|
[object]
|
||||||
uid = swift
|
uid = swift
|
||||||
|
Loading…
Reference in New Issue
Block a user