Commit 246f6be3 authored by caiyanming's avatar caiyanming

fix white screen issue

Change-Id: Iee23e244b1df2e0cc7cfaea2c76a08b2c23b81a1
parent 7a5b2d08
...@@ -49,6 +49,11 @@ http { ...@@ -49,6 +49,11 @@ http {
root /var/app; root /var/app;
index index.html; index index.html;
} }
location ~.*[/|/index\.html]?$ {
root /var/app;
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