Add metrics

This commit is contained in:
Perflyst 2021-03-09 18:41:33 +01:00
parent 274df1b73a
commit bc603de866
No known key found for this signature in database
GPG key ID: B0D9C8E56E999F68
5 changed files with 73 additions and 7 deletions

View file

@ -6,6 +6,7 @@
body "User-agent: *
Disallow: /
"
}
log {
output file /var/log/caddy/access.log {
roll_size 500mb
@ -68,3 +69,8 @@ docs.invidious.io {
import common
reverse_proxy http://127.0.0.1:3001
}
grafana.invidious.io {
import common
reverse_proxy http://127.0.0.1:2000
}