.TH "CADDY-REVERSE-PROXY" "1" "September 2021" .SH NAME .HP caddy-reverse-proxy \- A quick and production-ready reverse proxy .SH SYNOPSIS .HP caddy reverse-proxy [--from ] [--to ] [--change-host-header] .SH DESCRIPTION .PP 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. 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.) .SH OPTIONS .HP \fB--change-host-header\fR .RS Set upstream Host header to address of upstream .RE .HP \fB--from\fR .RS Address on which to receive traffic .RE .HP \fB--insecure\fR .RS Disable TLS verification (WARNING: DISABLES SECURITY, WHY ARE YOU EVEN USING TLS?) .RE .HP \fB--to\fR .RS Upstream address to which to to proxy traffic .RE .SH SEE ALSO .PP \fBcaddy-adapt\fR(1), \fBcaddy-caddy\fR(1), \fBcaddy-environ\fR(1), \fBcaddy-file-server\fR(1), \fBcaddy-fmt\fR(1), \fBcaddy-hash-password\fR(1), \fBcaddy-help\fR(1), \fBcaddy-list-modules\fR(1), \fBcaddy-man\fR(1), \fBcaddy-reload\fR(1), \fBcaddy-run\fR(1), \fBcaddy-start\fR(1), \fBcaddy-stop\fR(1), \fBcaddy-trust\fR(1), \fBcaddy-untrust\fR(1), \fBcaddy-validate\fR(1), \fBcaddy-version\fR(1), \fBcaddy\fR(1) .SH DOCUMENTATION .HP Full documentation is available at: https://caddyserver.com/docs/ .SH VERSION .HP 2.4.5-1 .SH BUGS .HP Report Bugs to: https://github.com/caddyserver/caddy .SH COPYRIGHT .HP (c) Matthew Holt and The Caddy Authors