Skip to content
Snippets Groups Projects
Commit 36a79f84 authored by jurgenhaas's avatar jurgenhaas
Browse files

Rename piwik to matomo

parent 6e65909c
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,11 @@ apache_log_{{ nextcloud.domain|regex_replace('[\.\-]', '_') }}:
name: 'apache_{{ nextcloud.domain|regex_replace('[\.\-]', '_') }}'
path: '{% if nextcloud.jail is defined %}{{ jailroot|default('/jails') }}/{{ nextcloud.jail.name }}{% endif %}/var/log/apache2/{{ nextcloud.domain }}-access.log'
{% endfor %}
{% for piwik in piwik_settings|default([]) %}
{% for matomo in matomo_settings|default([]) %}
apache_log_{{ piwik.domain|regex_replace('[\.\-]', '_') }}:
name: 'apache_{{ piwik.domain|regex_replace('[\.\-]', '_') }}'
path: '{% if piwik.jail is defined %}{{ jailroot|default('/jails') }}/{{ piwik.jail.name }}{% endif %}/var/log/apache2/{{ piwik.domain }}-access.log'
apache_log_{{ matomo.domain|regex_replace('[\.\-]', '_') }}:
name: 'apache_{{ matomo.domain|regex_replace('[\.\-]', '_') }}'
path: '{% if matomo.jail is defined %}{{ jailroot|default('/jails') }}/{{ matomo.jail.name }}{% endif %}/var/log/apache2/{{ matomo.domain }}-access.log'
{% endfor %}
{% for youtrack in youtrack_settings|default([]) %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment