Skip to content

Instantly share code, notes, and snippets.

@miurahr
Created October 2, 2014 07:52
Show Gist options
  • Select an option

  • Save miurahr/86fe3d1a3e68e290dca2 to your computer and use it in GitHub Desktop.

Select an option

Save miurahr/86fe3d1a3e68e290dca2 to your computer and use it in GitHub Desktop.
Force standard view (not compatible one) with IE and Nginx
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