Skip to content

Instantly share code, notes, and snippets.

View bmcmahen's full-sized avatar
😈

Ben McMahen bmcmahen

😈
View GitHub Profile
# Note: if you want to run multiple meteor apps on the same server,
# make sure to define a separate port for each.
# Upstreams
upstream gentlenode {
server 127.0.0.1:58080;
}
# HTTP Server
server {