Skip to content

Instantly share code, notes, and snippets.

@valmy
valmy / keybase.md
Created September 11, 2019 08:43
keybase.md

Keybase proof

I hereby claim:

  • I am valmy on github.
  • I am tbudiman (https://keybase.io/tbudiman) on keybase.
  • I have a public key ASBSiozNhOEPi8ATr2KOH4riZexlKYgjBCJJikO1JdnYewo

To claim this, I am signing this object:

The idea is to have nginx installed and node installed. I will extend this gist to include how to install those as well, but at the moment, the following assumes you have nginx 0.7.62 and node 0.2.3 installed on a Linux distro (I used Ubuntu).

In a nutshell,

  1. nginx is used to serve static files (css, js, images, etc.)
  2. node serves all the "dynamic" stuff.

So for example, www.foo.com request comes and your css, js, and images get served thru nginx while everything else (the request for say index.html or "/") gets served through node.

  1. nginx listens on port 80.