KUSANAGI 9モジュール更新情報

KUSANAGI 9モジュール更新情報

KUSANAGI 9 を構成している各モジュールのアップデートを行いました。
アップデートにより適用される各モジュールのバージョンは、以下のとおりとなります。

nginx125 1.25.1-1

nginx 1.25.1より設定ファイルの仕様が変更されました。
これに伴い、nginxの起動時などにワーニングが表示されます。
ワーニングを抑止するには、/etc/opt/kusanagi/nginx/conf.d/*.confの全てのファイルで

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

と記述している行を

    include conf.d/ssl_listen.inc;

に変更してください。
また、上記変更により HTTP/3 (QUIC) が有効になります。

モジュールのアップデートについては、以下のコマンドで適用可能です。

# dnf upgrade

nginxを使用している場合は以下のコマンドで再起動してください。

# kusanagi nginx
超高速CMS実行環境 KUSANAGI
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.