mirror of
https://gitea.invidious.io/iv-org/infrastructure.git
synced 2024-08-15 00:53:31 +00:00
Add metrics
This commit is contained in:
parent
274df1b73a
commit
bc603de866
5 changed files with 73 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue