X-UA-Compatible for nginx. thanks mucho joshgillies
This commit is contained in:
parent
c174308f42
commit
289233a8c0
|
@ -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";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue