So I installed ghost with --no-setup-nginx since I want to use caddy.
If I run ghost ls, I see ghost is running on port 2368.
I configured caddy, and when accessing my domain I get a “Cannot GET /”. When I run a “lsof -i :2368” on my server, nothing appears. Does this mean ghost is not running on the port it says it’s running?
How can I troubleshoot what’s going on?