I find myself wondering if the service is configured with a -conf
flag and you don’t supply the same flag when you run it from the command line?
If you don’t configure it with a Caddyfile, yes, it will output this - Caddy is programmed to serve this interface by default, for convenience of local development (just cd
to the web root, run caddy
, browse to localhost:2015
)
The only reason I can think that this would happen is that you’re not running Caddy in the same PWD as a file named Caddyfile
or you haven’t supplied the correct -conf
flag.
How are those variables set, exactly?