0.2.1 • Published 13 years ago
axle v0.2.1
axle
An effortless HTTP reverse proxy for node
Installation
npm install -g axleUsage
Run the axle server. This should run on the port you want all your web traffic to pass through.
$ PORT=8000 axleor
$ sudo PORT=80 axleThen run your node servers the way you usually would, but with axle before them.
$ axle caboose serverTo specify a domain or multiple domains you would like to route to this server, use the AXLE_DOMAINS environment variable.
This is a comma separated list of domains.
$ AXLE_DOMAINS=*.mattinsler.com,code.mattinsler.dev axle caboose serverLicense
Copyright (c) 2012 Matt Insler
Licensed under the MIT license.