Skip to content

Instantly share code, notes, and snippets.

@isummation
Last active October 13, 2016 13:53
Show Gist options
  • Save isummation/c2ece77d7d9069e1c9932d0264c5a17c to your computer and use it in GitHub Desktop.
Save isummation/c2ece77d7d9069e1c9932d0264c5a17c to your computer and use it in GitHub Desktop.
server {
listen 8081;
server_name mynodeapp;
root C:/mynodeapp;
index index.html index.htm;
include mynodeapp.conf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment