From a5bf17cd9021cfca68864a31131a3955593c9757 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sat, 2 May 2020 01:03:43 -0400 Subject: roles/goaccess: Increase referrer ignore limit --- roles/goaccess/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/goaccess') diff --git a/roles/goaccess/main.yml b/roles/goaccess/main.yml index c05a067..56e7104 100644 --- a/roles/goaccess/main.yml +++ b/roles/goaccess/main.yml @@ -50,6 +50,12 @@ chdir: "{{ goaccess_home }}" creates: config.status + - name: Increasing max referrer ignore limit + lineinfile: + path: "{{ goaccess_home }}/src/settings.h" + regexp: '#define MAX_IGNORE_REF 64' + line: '#define MAX_IGNORE_REF 2000' + - name: Compiling application shell: make args: -- cgit v1.2.3