Skip to content

Instantly share code, notes, and snippets.

@kaizenlabs
Created November 7, 2018 12:18
Show Gist options
  • Save kaizenlabs/92861022230a568cf87c207c1db2f8de to your computer and use it in GitHub Desktop.
Save kaizenlabs/92861022230a568cf87c207c1db2f8de to your computer and use it in GitHub Desktop.
server {
listen 8080;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment