Created
November 10, 2016 14:55
-
-
Save GottZ/f731bcce1cf745c2194d7fac2f7af9d7 to your computer and use it in GitHub Desktop.
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
# how to block IE in nginx: | |
if ($http_user_agent ~* 'MSIE ([1-9]|10)\.') { | |
return 302 https://www.microsoft.com/en-us/WindowsForBusiness/End-of-IE-support; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment