Created
February 19, 2018 18:36
-
-
Save abriening/ee58716bed522d087d8defeba192ffae to your computer and use it in GitHub Desktop.
Default nginx route, close connection.
This file contains 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
server { | |
listen 80 default_server; | |
server_name _; | |
return 444; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment