Created
October 2, 2014 07:52
-
-
Save miurahr/86fe3d1a3e68e290dca2 to your computer and use it in GitHub Desktop.
Force standard view (not compatible one) with IE and Nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Enable Module ngx_http_browser_module | |
| if ($msie) { | |
| add_header 'X-UA-Compatible' 'IE=Edge,chrome=1'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment