Skip to content

Releases: coopdevs/nginx_modsec3_crs-role

v1.0.2

13 Dec 19:44
8ec0b9a
Compare
Choose a tag to compare

Fixes

  • Errors in documentation
  • Path where copy the compiled module

Enhancements

  • Dynamically set NGINX's conf path variables

Full Changelog: 1.0.1...1.0.2

v1.0.1

13 Dec 17:54
56b1cad
Compare
Choose a tag to compare

Fixes

  • Remove jdauphant.nginx from meta because is run first. Added as a dependency on requirements.yml.
  • Enable the plugin using a template
  • Clear previous compilations artifacts

Full Changelog: 1.0.0...1.0.1

v1.0.0

13 Dec 15:26
8ac2859
Compare
Choose a tag to compare

Forked from @perryk ansible-role-nginx-modsec3-crs3

Changes

  • Rename ansible-role-nginx references to jdauphant.nginx
  • Add checks searching if ModSecurity, nginx-modsecurity and the OWASP ruleset are already present.
  • Add conditionals to skip the related tasks if already are present (except the nginx_modsec3_crs3_force_compile is set to True)
  • Docs changes: Reflect new properties and fix NGINX directives sintaxys.
  • Other minor fixes
  • Changes are relicensed under GPL3.