August 19, 2024
Things That I Discovered
1. Logging in Caddy Server
example.domain.com { reverse_proxy localhost:8080 log { output file /var/log/caddy/example.domain.com-access.log } }(logging) { log { output file /var/log/{args[0]}-access.log } } example.domain.com { reverse_proxy localhost:8080 import logging example.domain.com }
2. Getting Started with Grafana Loki & Promtail
Last updated