🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[ngx_http_headers_module][1] >[success]add_header name value [always]; 为HTTP报文添加响应头 >[success]expires [modified] time; expires epoch | max | off; 默认值:off off 阻止改变Expires和cache_control ~~~ expires 24h; # 响应时间加上24h expires modified +24h; expires @24h; # 指定过期时间点24h,0-24h expires 0; # 立马过期 expires -1; # 将Cache-Control设置为no-cache expires epoch; # 设置为1970年 expires max; # 尽可能不过期 ~~~ [1]:http://nginx.org/en/docs/http/ngx_http_headers_module.html