标签: apache http-headers mod-expires
我已尝试在httpd.conf文件中使用以下代码来设置apache中的expires标头
<IfModule expires_module> ExpiresActive On ExpiresDefault A0 // have also tried "access plus 1 second" </ifModule>
但是,当我查看响应标题时,它将被设置为1年后。我在这里错过了什么。