Skip to content

Instantly share code, notes, and snippets.

@adis-io
Created May 5, 2016 09:47
Show Gist options
  • Save adis-io/6d90eb9988012135996ecf02d4381c6e to your computer and use it in GitHub Desktop.
Save adis-io/6d90eb9988012135996ecf02d4381c6e 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