- commit
- 3243c2d
- parent
- 9d945c2
- author
- Eric Bower
- date
- 2024-11-22 20:35:42 +0000 UTC
chore(caddy): add access logs for custom domains
2 files changed,
+3,
-1
+2,
-1
1@@ -11,7 +11,7 @@
2
3 *.{$APP_DOMAIN}, {$APP_DOMAIN} {
4 reverse_proxy web:3000
5- log
6+ log
7 tls {$APP_EMAIL} {
8 dns cloudflare {$CF_API_TOKEN}
9 resolvers 1.1.1.1
10@@ -61,6 +61,7 @@
11
12 :443 {
13 reverse_proxy web:3000
14+ log
15 tls {$APP_EMAIL} {
16 on_demand
17 }
+1,
-0
1@@ -95,6 +95,7 @@ monitoring.{$MONITORING_APP_DOMAIN}, prometheus.{$MONITORING_APP_DOMAIN}, grafan
2
3 :443 {
4 reverse_proxy web:3000
5+ log
6 tls {$APP_EMAIL} {
7 on_demand
8 }