Optimized Matomo

This commit is contained in:
2025-02-19 03:37:56 +01:00
parent f84774a390
commit 2c4ee620c1
4 changed files with 7 additions and 9 deletions

View File

@@ -4,6 +4,9 @@
notify: restart nginx
when: run_once_nginx is not defined
# I assume the following can be deleted
# @todo Delete
- name: install nginx-mod-headers-more for matomo
pacman:
name: nginx-mod-headers-more

View File

@@ -1,4 +1,5 @@
{% if global_matomo_tracking_enabled | bool %}
# @todo Assume this can be removed. Remove.
load_module /usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so;
{% endif %}