1.0.1 • Published 8 years ago

now-proxy v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

𝚫 now-proxy

Deploy a reverse proxy as a now instance.

Why? Sometimes you have a server running on a remote machine that is running over HTTP. Reverse proxying through now gives us the SSL, HTTP/2.0, domain aliasing, etc. benefits that come with now by default.

Backed by node-http-proxy.

Usage

Simply invoke now-proxy with the base URL you would like to proxy to:

$ now-proxy http://my-apartment.example.com:8888
> https://now-proxy-dmudqyamnj.now.sh

Installing

$ npm install -g now-proxy