- commit
- 0d1a4be
- parent
- 65a287c
- author
- Antonio Mika
- date
- 2023-11-05 17:50:02 +0000 UTC
Added caddy metrics to auth
1 files changed,
+8,
-0
+8,
-0
1@@ -72,6 +72,14 @@
2 }
3 respond @options 204
4
5+ @caddymetrics {
6+ path /_caddy/metrics
7+ }
8+
9+ metrics @caddymetrics {
10+ disable_openmetrics
11+ }
12+
13 reverse_proxy @auth auth-web:3000
14
15 reverse_proxy @irc https://bouncer:8080 {