Skip to content
Snippets Groups Projects
Select Git revision
  • main default
1 result

ssl-reverse-proxy

  • Clone with SSH
  • Clone with HTTPS
  • ale's avatar
    ale authored
    f133ab52
    History
    Name Last commit Last update
    .gitlab-ci.yml
    Dockerfile
    README.md
    start.sh

    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.