CU-251akbj added graylog and additional fixes from discovered logs
This commit is contained in:
@@ -84,7 +84,8 @@
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/nginx/modsecurity.conf
|
||||
regexp: "^SecRuleEngine"
|
||||
line: "SecRuleEngine On"
|
||||
regexp: "{{ item.regex }}"
|
||||
line: "{{ item.line }}"
|
||||
loop: "{{ modsec_conf_replaces }} "
|
||||
notify: restart_nginx
|
||||
tags: modsec
|
||||
|
||||
Reference in New Issue
Block a user