Commit d12635ca authored by caiyanming's avatar caiyanming

add max-age=0, must-revalidate to Cache-Control

Change-Id: I07cf368514626ae88085742ef1200a297e35c711
parent 5188f387
......@@ -52,7 +52,7 @@ http {
location ~.*/index\.html$ {
root /var/app;
add_header Cache-Control "no-cache, no-store";
add_header Cache-Control "no-cache, no-store, max-age=0, must-revalidate";
}
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment