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:
parent
7882dcb7f8
commit
3319e287d4
1 changed files with 5 additions and 0 deletions
|
@ -211,6 +211,11 @@
|
||||||
owner: "{{ apache_user }}"
|
owner: "{{ apache_user }}"
|
||||||
group: "{{ 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
|
# RECORD Matomo AS INSTALLED
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue