Skip to content

Instantly share code, notes, and snippets.

@abriening
Created February 19, 2018 18:36
Show Gist options
  • Save abriening/ee58716bed522d087d8defeba192ffae to your computer and use it in GitHub Desktop.
Save abriening/ee58716bed522d087d8defeba192ffae to your computer and use it in GitHub Desktop.
Default nginx route, close connection.
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