KUSANAGI 9 Module Update

KUSANAGI 9 Module Update

KUSANAGI 9 modules have been updated.
The updated modules are as follows:

nginx125 1.25.5-1

Since nginx 1.25.1, the specification of the configuration file has changed.
Therefore, warning messages will be displayed when starting nginx.
To suppress the warning messages, change the lines described below in all files in /etc/nginx/conf.d/*_ssl.conf from

    listen 443 ssl http2;
    listen [::]:443 ssl http2;

to

    include conf.d/ssl_listen.inc;

Or with KUSANAGI 9.3.0 or later, execute the following command:

# kusanagi nginx --update-conf

Also, the above change will enable HTTP/3 (QUIC).

The module update can be applied with the following command:

# dnf upgrade

If you are using nginx, please reboot with the following command:

# kusanagi nginx