If true, the admin endpoint will be completely disabled. Note that this makes any runtime changes to the config impossible, since the interface to do so is through the admin endpoint. 🔗listen The address to which the admin endpoint's listener should bind itself. Can be any single network...
"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}{"level":"info","ts":1670167084.132184,"logger":"admin","msg":"admin endpoint started","address":"tcp/localhost:2019","enforce_origin":false,"origins":["localhost:2019","[::1]:...
Configure your server your way. Caddy's native configuration format is JSON, and with Caddy's config adapters, you can use any config format you prefer. All configuration is posted through a RESTful admin API, and Caddy's CLI helps you work with config files easily. ...
[root@jeven caddy]# docker logs ecstatic_wilbur{"level":"info","ts":1670167084.1306765,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}{"level":"info","ts":1670167084.132184,"logger":"admin","msg":"admin endpoint started","address"...
{"level":"info","ts":1670167084.132184,"logger":"admin","msg":"admin endpoint started","address":"tcp/localhost:2019","enforce_origin":false,"origins":["localhost:2019","[::1]:2019","127.0.0.1:2019"]} {"level":"info","ts":1670167084.1322808,"logger":"http","msg":"server is lis...
The address to use to reach the adminAPIendpoint,ifnot thedefault如果 start 是使用默认的 localhost:2022管理地址启动的,那么直接使用 stop 命令就可以优雅的停止 caddy,如果不是默认的,那么需要使用-address 来指定管理地址。 caddy stop-address localhost:2022# 提示 ...
Dec 08 11:19:47 ubuntu-s-1vcpu-1gb-fra1-01 caddy[4631]: {"level":"info","ts":1607426387.4281814,"logger":"admin","msg":"admin endpoint started","address":"tcp/localhost:2019","enforce_origin":false,"origins":["127.0.0.1:2019","localhost:2019","[::1]:2019"]} ...
address already in use","status_code":400} caddy[3372028]: Error: sending configuration to instance: caddy responded with error: HTTP 400: {"error":"loading config: loading new config: starting caddy administration endpoint: listen unix /run/caddy/admin.sock: bind: address already in use"} ...
2024/12/16 13:23:05.017 WARN admin admin endpoint disabled 2024/12/16 13:23:15.990 INFO tls.cache.maintenance started background certificate maintenance {"cache": "0xc0004ff500"} 2024/12/16 13:23:20.574 INFO http.auto_https server is listening only on the HTTPS port but has no TLS con...
-address string The address to use to reach the admin API endpoint, if not the default 如果你的start是使用默认的localhost:2019管理地址启动的,那么直接使用stop命令就可以优雅的停止caddy,如果不是默认的,那么需要使用-address来指定管理地址。 //因为我的caddy的管理地址是localhost:2021,所以需要指定才可以停...