Created
November 18, 2016 04:25
-
-
Save shijinkui/c6cb9e8ef7194d592073fa280527c15c to your computer and use it in GitHub Desktop.
This file contains 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 7000; | |
server_name localhost; | |
location / { | |
root /Users/sjk/apps; | |
autoindex on; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment