Skip to content

Instantly share code, notes, and snippets.

@shijinkui
Created November 18, 2016 04:25
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 shijinkui/c6cb9e8ef7194d592073fa280527c15c to your computer and use it in GitHub Desktop.
Save shijinkui/c6cb9e8ef7194d592073fa280527c15c to your computer and use it in GitHub Desktop.
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