Skip to content

Commit

Permalink
Let us keep an eye on usage
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Jun 21, 2024
1 parent 9ab4d0f commit aea8d81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
@files {
not path /health
}
@health {
path /health
}

log
log_skip @health

root * /usr/share/caddy

respond /health 200
respond @health 200

try_files @files {path}.html

Expand Down

0 comments on commit aea8d81

Please sign in to comment.