logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

caddy-reverse-proxy - A quick and production-ready reverse proxy

Description

       A simple but production-ready reverse proxy. Useful for quick deployments, demos, and development.

       Simply shuttles HTTP(S) traffic from the --from address to the --to address.  Multiple --to addresses may
       be specified by repeating the flag.

       Unless otherwise specified in the addresses, the --from address will be assumed to be HTTPS if a hostname
       is given, and the --to address will be assumed to be HTTP.

       If  the  --from  address  has  a  host  or  IP,  Caddy  will attempt to serve the proxy over HTTPS with a
       certificate (unless overridden by the HTTP scheme or port).

       If --change-host-header is set, the Host header on  the  request  will  be  modified  from  its  original
       incoming  value  to  the address of the upstream. (Otherwise, by default, all incoming headers are passed
       through unmodified.)

History

       10-May-2025 Auto generated by spf13/cobra

Auto generated by spf13/cobra                       May 2025                                            Caddy(8)

Name

       caddy-reverse-proxy - A quick and production-ready reverse proxy

Options

--change-host-header[=false]      Set upstream Host header to address of upstream

       --debug[=false]      Enable verbose debug logs

       --from="localhost"      Address on which to receive traffic

       -h, --help[=false]      help for reverse-proxy

       --insecure[=false]      Disable TLS  verification  (WARNING:  DISABLES  SECURITY  BY  NOT  VERIFYING  SSL
       CERTIFICATES!)

       --internal-certs[=false]      Use internal CA for issuing certs

       --to=[]      Upstream address(es) to which traffic should be sent

See Also

caddy(8)

Synopsis

caddyreverse-proxy[flags]

See Also