caddyserver / caddy

Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
https://caddyserver.com
Apache License 2.0
55.48k stars 3.91k forks source link

using the file ext caddyfile for a config file does not work #6355

Closed jrouzierinverse closed 1 month ago

jrouzierinverse commented 1 month ago
./caddy run  -c test.caddyfile
2024/05/31 14:25:55.237 INFO    using config from file  {"file": "test.caddyfile"}
Error: config is not valid JSON: invalid character ':' looking for beginning of value; did you mean to use a config adapter (the --adapter flag)?

test.caddyfile

:2015
respond "Hello, world!"
jrouzierinverse commented 1 month ago

Thank You I tested this out and it works!