From 28693b30512cf3cc1e26d5524141277a6988705f Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Tue, 4 Nov 2025 21:31:35 +0100 Subject: [PATCH] update --- caddy_v2/readme.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index 17c9c04..5fdc5ee 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -585,7 +585,21 @@ map.{$MY_DOMAIN} { } ``` -In the monitoring section theres more use of logging and visualizing it in grafana. +In the later monitoring section theres visualiziation of logs in grafana. + +For just **quick troubleshooting**.
+If need to check requests reaching caddy, check if there is an issue +if they are coming from local ip or wan side ip in case of dns problems... + +```php +test.{$MY_DOMAIN} { + log { + output file /data/logs/test-access.log + format console + } + reverse_proxy test:80 +} +``` # Caddy DNS challenge