Nextcloud: Setup NC configuration via occ import
This commit is contained in:
parent
72c5574fff
commit
86545d60ef
6 changed files with 54 additions and 87 deletions
|
@ -6,7 +6,7 @@ ServerAlias {{ alias }}
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if item.config.hiddenservice is defined and item.config.hiddenservice %}
|
||||
{% if item.hiddenservice is defined and item.hiddenservice %}
|
||||
ServerAlias {{ hiddenservice_address.stdout }}
|
||||
|
||||
<IfModule mod_headers.c>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue