I am getting the following error
# nginx -t
nginx: [error] Nemesida WAF: an error occurred while parsing Rule ID 31 (tag) in /etc/nginx/nwaf/conf/global/nwaf.conf:1
nginx: configuration file /etc/nginx/nginx.conf test failed
nginx -V
nginx version: nginx/1.23.3
# rpm -qa|grep nwaf
nwaf-dyn-1.23-5.1-2014.x86_64
The error go away if I comment out
nwaf_rules /etc/nginx/nwaf/rules.bin;
There is no error in a older version of the module and nginx
# nginx -t
nginx: [error] Nemesida WAF: an error occurred while parsing Rule ID 31 (tag) in /etc/nginx/nwaf/conf/global/nwaf.conf:1
nginx: configuration file /etc/nginx/nginx.conf test failed
nginx -V
nginx version: nginx/1.23.3
# rpm -qa|grep nwaf
nwaf-dyn-1.23-5.1-2014.x86_64
The error go away if I comment out
nwaf_rules /etc/nginx/nwaf/rules.bin;
There is no error in a older version of the module and nginx