KUSANAGI update 8.5.1-1
KUSANAGI update has been released.
Add a countermeasure for DoS attacks when using NGINX.
This feature requires kusanagi-nginx-1.19.7-1 or later.
The module update can be applied with the following command:
# yum update
To make changes to your existing NGINX configuration, you will need to edit /etc/nginx/nginx.conf.d/*_{http,ssl}.conf.
Under the server_name line, add the following settings.
limit_req zone=one burst=10 nodelay;