admin 2017年5月18日2019年3月31日 Nginx 暂无评论 2,899 浏览 nginx如果打开了SSI模块,会默认关闭header中的last-modified输出:如 ssi on; ssi_silent_errors on; ssi_types text/shtml; 解决方法:加上下面这句就好了 ssi_last_modified on; #一定要加上这句,就不会返回 ETag 及Last-Modified 头了 最后更新于 2019年3月31日 相关博文nginx启用proxy cache 代理缓存nginx 用try_files 时,gzip_static不起作用,如何解决网址的url结尾应该不应该带斜杠关于向nginx发送非 GET,POST,HEAD请头,返回 405 Not Allowed问题.解决nginx gzip 对html页面不生效问题HTTP/2不支持 HTTP 1.1 的分块传输编码机制Transfer-Encoding:chunkedHTTP/2 和 HTTP/3 中禁止了特定于连接的标头字段,如Connection 和 Keep-Alive.解决 nginx etag和last-modified头消失问题 关于nginx的last-modified及强制打开last-modified的方法 赞 1 赏 分享 标签: Nginx 原创 缓存