Skip to content

Instantly share code, notes, and snippets.

@henocdz
Created October 8, 2015 06:23
Show Gist options
  • Select an option

  • Save henocdz/7194c30f20d0e88fdad0 to your computer and use it in GitHub Desktop.

Select an option

Save henocdz/7194c30f20d0e88fdad0 to your computer and use it in GitHub Desktop.
Drop connection to nginx server with unknown server_name
server {
listen 80;
return 444;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment