Post #3972552
2026-07-13 07:09 UTC
Also, to create the reverse proxy, the most simple setup is to install Caddy and write something like this to its config file (Caddyfile):
a.example.com { reverse_proxy 10.0.0.1:1000}
b.example.com { reverse_proxy 10.0.0.2:2000}
Replies (0)
No replies.