I had a very typical setup with Caddy (or nginx if you prefer) with two reverse proxies:api.mydomain.co { reverse_proxy localhost:8080 } web.mydomain.co { reverse_proxy localhost:3000 }
Share this post
A poor man's Load Balancer
Share this post
I had a very typical setup with Caddy (or nginx if you prefer) with two reverse proxies:api.mydomain.co { reverse_proxy localhost:8080 } web.mydomain.co { reverse_proxy localhost:3000 }