我在nginx.conf中加入以下代码,只能当天生效,第二天就不生效了,请教这是什么问题啊
server {
listen 81;
server_name myweb.com:81;
location / {
root html;
index index.html index.htm;
add_header Cache-Control no-store;
}
}
我在nginx.conf中加入以下代码,只能当天生效,第二天就不生效了,请教这是什么问题啊
server {
listen 81;
server_name myweb.com:81;
location / {
root html;
index index.html index.htm;
add_header Cache-Control no-store;
}
}