KUSANAGI9のnginx使用時のexpires設定について

TOP Forums バグ報告と提案(Requests and Feedback) KUSANAGI9のnginx使用時のexpires設定について

KUSANAGI9のnginx使用時のexpires設定について

Viewing 1 reply thread
  • Author
    Posts
    • #1192
      aki1000
      Participant

        /etc/opt/kusanagi/nginx/conf.d/kusanagi.conf
        set $expire_days 90;

        /etc/opt/kusanagi/nginx/conf.d/static.inc
        location ~* \.(jpg|jpeg|gif|png|webp|css|js|swf|ico|pdf|svg|eot|ttf|woff|woff2)$ {
        expires $expire_days;
        access_log off;
        }

        と記載があるがexpiresを90とした場合
        90秒になるのではないか?

      • #1193
        cloudy
        Participant

          aki1000 さん、こんにちは。

          まさにご指摘どおりです。
          フィードバックいたしました。
          ありがとうございます。

          すでにプロビジョン済みのプロファイルの nginx 設定については、

          set $expire_days 90;

          set $expire_days 90d;

          に変更頂き、 nginx の reload を行っていただきますよう、よろしくお願いいたします。

          kusanagi nginx –reload (もしくは /opt/kusanagi/sbin/nginx -s reload)

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.

      Next article

      フォーラムについて