Skip to content

Releases: MrKoopaKiller/modsec-for-bts

0.0.3

19 Mar 23:55
301bc0b
Compare
Choose a tag to compare

[0.0.3] - 2023-03-20

Added

  • Add feature to sync CRS rules from github repo containing a rules folder
    • Set env var CRS_RULES_SYNC to true to enable this feature. Check README.md for more information.
    • The script will run every 5 minutes.

Changed

  • The custom error page file has been rename to html/403_error.php and a new CSS style has been added.

First release

19 Mar 13:16
Compare
Choose a tag to compare

[0.0.2] - 2023-03-19

Added

  • Add supervisord + supervisor_stdout-plugin. Application configuration can be placesd in /etc/supervisor/conf.d/*.conf
  • [WIP] Add script to sync CRS rules from repos with the master branch. TO-DO: Set env var to enable/disable this feature and configure cronjobb to run every 'x' minutes.

Changed

  • Replaced default entrypoint, now supervisord is the default entrypoint.
  • php-fpm and nginx are now managed by supervisord