Skip to content

Instantly share code, notes, and snippets.

@davidbirdsong
Created December 29, 2015 21:45
Show Gist options
  • Select an option

  • Save davidbirdsong/bad28d79eb711e3050e6 to your computer and use it in GitHub Desktop.

Select an option

Save davidbirdsong/bad28d79eb711e3050e6 to your computer and use it in GitHub Desktop.
nginx_server
server {
listen 127.0.0.10:9001;
location / { return 404; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment