Releases: MrKoopaKiller/modsec-for-bts
Releases · MrKoopaKiller/modsec-for-bts
0.0.3
[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
totrue
to enable this feature. Check README.md for more information. - The script will run every 5 minutes.
- Set env var
Changed
- The custom error page file has been rename to
html/403_error.php
and a new CSS style has been added.
First release
[0.0.2] - 2023-03-19
- Forked from arturluik/modsec-for-bts.
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