mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 15:47:32 +02:00
Update to 2022-03-07 16:00
This commit is contained in:
24
roles/unmaintained/matomo/templates/config.ini.php.j2
Normal file
24
roles/unmaintained/matomo/templates/config.ini.php.j2
Normal file
@@ -0,0 +1,24 @@
|
||||
[database]
|
||||
host = "{{ matomo_db_server }}"
|
||||
username = "{{ matomo_db_user }}"
|
||||
password = "{{ matomo_db_pass }}"
|
||||
dbname = "{{ matomo_db_name }}"
|
||||
port = {{ matomo_db_port }}
|
||||
|
||||
[General]
|
||||
assume_secure_protocol = 1
|
||||
{% if httpd_src_ip is defined and httpd_src_ip | length > 0 and '0.0.0.0/0' not in httpd_src_ip %}
|
||||
proxy_client_headers[] = "HTTP_X_FORWARDED_FOR"
|
||||
proxy_host_headers[] = "HTTP_X_FORWARDED_HOST"
|
||||
{% endif %}
|
||||
salt = "{{ matomo_salt }}"
|
||||
force_ssl = 0
|
||||
assume_secure_protocol = 1
|
||||
|
||||
[Tracker]
|
||||
enable_fingerprinting_across_websites = 1
|
||||
|
||||
[mail]
|
||||
transport = "smtp"
|
||||
host = "localhost"
|
||||
|
Reference in New Issue
Block a user