Nextcloud: Setup NC configuration via occ import

This commit is contained in:
phil 2023-10-22 20:29:30 +02:00
parent 72c5574fff
commit 86545d60ef
6 changed files with 54 additions and 87 deletions

View file

@ -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>