0.2.1 • Published 12 years ago

axle v0.2.1

Weekly downloads
8
License
-
Repository
github
Last release
12 years ago

axle

An effortless HTTP reverse proxy for node

Installation

npm install -g axle

Usage

Run the axle server. This should run on the port you want all your web traffic to pass through.

$ PORT=8000 axle

or

$ sudo PORT=80 axle

Then run your node servers the way you usually would, but with axle before them.

$ axle caboose server

To 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 server

License

Copyright (c) 2012 Matt Insler
Licensed under the MIT license.

0.2.1

12 years ago

0.2.0

12 years ago

0.0.6

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago