Created
December 29, 2015 21:45
-
-
Save davidbirdsong/bad28d79eb711e3050e6 to your computer and use it in GitHub Desktop.
nginx_server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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