summaryrefslogtreecommitdiff
path: root/nginx.inc.conf
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-08 09:22:29 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-08 09:22:29 -0500
commit16f43a34510e80ac394ffefc9a11ea7b30ee466a (patch)
treef9d939c03fa7563323ebd2132ed458e39b248933 /nginx.inc.conf
parent47413d2a30f31d977529610f4ec8f5567d004fde (diff)
downloadhtml5ks-16f43a34510e80ac394ffefc9a11ea7b30ee466a.tar.xz
html5ks-16f43a34510e80ac394ffefc9a11ea7b30ee466a.zip
anim stuff, use html5ks.state more
Diffstat (limited to 'nginx.inc.conf')
-rw-r--r--nginx.inc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.inc.conf b/nginx.inc.conf
index acab0ef..8d3981a 100644
--- a/nginx.inc.conf
+++ b/nginx.inc.conf
@@ -39,6 +39,6 @@ location /robots.txt {
expires 5s;
add_header Cache-Control public;
-add_header X-UA-Compatible "IE=edge";
+add_header X-UA-Compatible "IE=edge,chrome=1";
# vim:ft=nginx: