Skip to content

Instantly share code, notes, and snippets.

@spro
Last active December 22, 2015 16:49
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 spro/6501886 to your computer and use it in GitHub Desktop.
Save spro/6501886 to your computer and use it in GitHub Desktop.
events {
worker_connections 1024;
}
http {
include mime.types;
server {
listen 8080;
server_name localhost;
location / {
root /usr/local/var/www;
index index.html;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment