Skip to content

Instantly share code, notes, and snippets.

@felixhummel
Created February 23, 2016 10:02
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save felixhummel/43fdb55c564501795f98 to your computer and use it in GitHub Desktop.
Save felixhummel/43fdb55c564501795f98 to your computer and use it in GitHub Desktop.
the last nginx config you will ever need
server {
listen 80 default_server;
location / {
default_type text/plain;
return 418 "418 I'm a teapot\n";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment