A simple HTTP reverse proxy with a self-signed SSL certificate. It can proxy one domain to a single upstream address.
Configuration
Use environment variables to control the proxy behavior.
-
PROXY_PORT
(default 443) - Port that the proxy will listen on. -
PROXY_DOMAIN
- Domain to proxy. -
PROXY_BACKEND_ADDR
- Address (in host:port syntax) of the upstream.