File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ label section in the docker-compose.yml:
174174 caddy_1: www.example.com
175175 caddy_1.tls.dns: cloudflare {env.CF_API_KEY}
176176 caddy_1.import: robots
177- caddy_1.skip_log : /health
177+ caddy_1.log_skip : /health
178178 caddy_1.reverse_proxy: "unix//run/containers/example-www.sock"
179179```
180180
Original file line number Diff line number Diff line change 8989
9090{env.CADDY_TAILNET_HOST} {
9191 import defaulthdr
92- skip_log /health
92+ log_skip /health
9393 handle /health {
9494 respond "{\" status\" :\" up\" }"
9595 }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
2121 labels :
2222 caddy : gitea.example.org
2323 caddy.import : defaulthdr
24- caddy.skip_log : /healthcheck
24+ caddy.log_skip : /healthcheck
2525 caddy.reverse_proxy : " unix//run/containers/gitea.sock"
2626networks :
2727 default :
You can’t perform that action at this time.
0 commit comments