13 lines
251 B
Text
13 lines
251 B
Text
|
# {{ ansible_managed }}
|
||
|
|
||
|
[nextcloud-{{ instance.user }}]
|
||
|
backend = auto
|
||
|
enabled = true
|
||
|
port = 80,443
|
||
|
protocol = tcp
|
||
|
filter = nextcloud
|
||
|
maxretry = 3
|
||
|
bantime = 86400
|
||
|
findtime = 43200
|
||
|
logpath = {{ nextcloud_root }}/{{ instance.name }}/data/nextcloud.log
|