Host node app on caddy

Is it possible to host a node app using Caddy? Or just use it as a reverse proxy in front of a node server?

Caddy doesn’t run Node apps directly, although you could use the startup directive to tell Caddy to launch a Node app when it starts (and maybe a shutdown for when it stops). Regardless, you’d have to serve the Node app via reverse proxy.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.