summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-07-30 14:17:16 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-07-30 14:17:16 -0400
commit76ed917899a058a31c82cd6b04641a3e7c1825b5 (patch)
treebe19e7bdf01bae6e8b8b6bd92853d0773e024d39 /nginx.conf
parent27e86364232ca85334f20f6491d240b74e2ef014 (diff)
downloadhtml5ks-76ed917899a058a31c82cd6b04641a3e7c1825b5.tar.xz
html5ks-76ed917899a058a31c82cd6b04641a3e7c1825b5.zip
nginx.conf: add X-UA-Compatible: IE=edge
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx.conf b/nginx.conf
index 9e94114..be4b45a 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -169,6 +169,7 @@ http {
}
expires 5s;
+ add_header X-UA-Compatible "IE=edge";
}
}
# vim:ft=nginx: