Skip to content

Instantly share code, notes, and snippets.

@minodisk
Created April 26, 2012 00:29
Show Gist options
  • Save minodisk/2494737 to your computer and use it in GitHub Desktop.
Save minodisk/2494737 to your computer and use it in GitHub Desktop.
nginx default server
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