Commit 5188f387 authored by caiyanming's avatar caiyanming

fix no-cache, no-store issue

Change-Id: I39b2f23282b9f330932b93c6b250ea707dc3e0e7
parent 246f6be3
...@@ -50,7 +50,7 @@ http { ...@@ -50,7 +50,7 @@ http {
index index.html; index index.html;
} }
location ~.*[/|/index\.html]?$ { location ~.*/index\.html$ {
root /var/app; root /var/app;
add_header Cache-Control "no-cache, no-store"; add_header Cache-Control "no-cache, no-store";
} }
......
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