KUSANAGI 9 update 9.3.1-1

KUSANAGI 9 update 9.3.1-1

KUSANAGI 9 update has been released.

- Fixed the issue that even if Let's Encrypt's SSL certificate is updated, it is not reflected on the web server.

- Fixed the issue where the HTTP Expires header was incorrectly 90 seconds instead of 90 days when using Nginx.

This change will take effect from newly provisioned profiles.
For existing profiles, please change the following in /etc/opt/kusanagi/nginx/conf.d/*.conf

 set $expire_days 90;

as follows and run kusanagi nginx.

 set $expire_days 90d;

You can apply the module update with the following command:

# dnf upgrade