From 289233a8c0777a610baf3229baa0060310260226 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 31 Jan 2011 10:35:18 -0800 Subject: [PATCH] X-UA-Compatible for nginx. thanks mucho joshgillies --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index dde50cf..897bdc8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -102,6 +102,10 @@ http { root /sites/example.com/public; access_log logs/static.log; } + + # opt-in to the future + add_header "X-UA-Compatible" "IE=Edge,chrome=1"; + } }