Y
Hacker News
new
|
ask
|
show
|
jobs
by
tandav
1011 days ago
If you need just reverse proxy, Caddyfile syntax looks simpler:
myapp.company.com { reverse_proxy localhost:3000 }
1 comments
logeist
1011 days ago
Came here to say Caddy still seems like the way to go for most use cases. Although I don't use it in any 'prod' environments it checks all the boxes.
link