1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Disable trusted host check for Matomo

Per 2022-12-27 IIAB community minutes 3b.
This commit is contained in:
cwivagg 2022-12-27 14:34:52 -05:00 committed by GitHub
parent 7882dcb7f8
commit 3319e287d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,6 +211,11 @@
owner: "{{ apache_user }}"
group: "{{ apache_user }}"
- name: Don't Check for Trusted Host
ansible.builtin.lineinfile:
path: "{{ matomo_path }}/matomo/config/config.ini.php"
line: enable_trusted_host_check=0
insertafter: "[General]"
# RECORD Matomo AS INSTALLED