/ Last updated : 2023年6月26日 aki1000 KUSANAGI9のnginx使用時のexpires設定について TOP › Forums › バグ報告と提案(Requests and Feedback) › KUSANAGI9のnginx使用時のexpires設定について KUSANAGI9のnginx使用時のexpires設定について This topic has 1 reply, 2 voices, and was last updated 1 year, 5 months ago by cloudy. Viewing 1 reply thread Author Posts 2023年6月26日 at 17:36 #1192 aki1000Participant /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秒になるのではないか? 2023年6月26日 at 18:21 #1193 cloudyParticipant aki1000 さん、こんにちは。 まさにご指摘どおりです。 フィードバックいたしました。 ありがとうございます。 すでにプロビジョン済みのプロファイルの nginx 設定については、 set $expire_days 90; を set $expire_days 90d; に変更頂き、 nginx の reload を行っていただきますよう、よろしくお願いいたします。 kusanagi nginx –reload (もしくは /opt/kusanagi/sbin/nginx -s reload) Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In