Set up a reverse proxy with Caddy Server in just a few minutes. Currently only works under Ubuntu/Debian.
Run this command to set up your server with a caddy reverse proxy
curl -o setup.sh https://raw.githubusercontent.com/ManuelReschke/caddy-reverse-proxy/main/setup.sh; chmod +x setup.sh; sudo ./setup.sh
Done :)
Server A with IP 88.88.88.88 host a WordPress installation, and we want to access it via server B a reverse proxy.