如何在Nginx上为静态文件禁用Last-Modified标头?

时间:2019-12-24 10:43:36

标签: nginx nginx-reverse-proxy nginx-config

即使添加这些选项,响应中也会包含Last-Modified标头。我正在用Nginx +龙卷风进行测试。

sendfile off;
if_modified_since off;
expires off;
etag off;

0 个答案:

没有答案