X-UA-Compatible for nginx. thanks mucho joshgillies

This commit is contained in:
Paul Irish 2011-01-31 10:35:18 -08:00
parent c174308f42
commit 289233a8c0
1 changed files with 4 additions and 0 deletions

View File

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