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"; + } }