Caddy
Following the official guide, it's as simple as defining a Caddyfile:
example.com:7777
reverse_proxy:27777Or running caddy via:
caddy reverse-proxy --from example.com:7777 --to :27777Last updated
Following the official guide, it's as simple as defining a Caddyfile:
example.com:7777
reverse_proxy:27777Or running caddy via:
caddy reverse-proxy --from example.com:7777 --to :27777Last updated