Closed HanXHX closed 4 years ago
Hi,
I found a small error on your documentation (https://github.com/nbs-system/naxsi/wiki/naxsi-compile).
On Nginx doc, load_module must be set on main context, not in http block.
Should be:
usr@008885ac189c:~$ cat /etc/nginx/nginx.conf ... load_module /etc/nginx/modules/ngx_http_naxsi_module.so; # load naxsi http { include /etc/nginx/naxsi_core.rules; # load naxsi core rules ... } ...
Kind regards,
EM
Thanks, for that. i've fixed it.
Hi,
I found a small error on your documentation (https://github.com/nbs-system/naxsi/wiki/naxsi-compile).
On Nginx doc, load_module must be set on main context, not in http block.
Should be:
Kind regards,
EM