Skip to content

Instantly share code, notes, and snippets.

@fusco
Last active September 21, 2016 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fusco/c0c3b3938c03196a1d3a5b313ab7b0d5 to your computer and use it in GitHub Desktop.
Save fusco/c0c3b3938c03196a1d3a5b313ab7b0d5 to your computer and use it in GitHub Desktop.
Configurer nginx pour qu'il arrête de répondre avec n'importe quel site
server {
return 404;
}
server {
listen 80;
server_name my.domain.tld;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment