From cdfb47826fd5779452bc4439a7d7858d1940f4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Mon, 11 May 2026 22:24:13 +0200 Subject: [PATCH] fixed caddy bug --- caddy/Caddyfile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 9bb7732..4096db6 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -3,7 +3,9 @@ marvinkrausser.com { log { output file /data/caddy/logs/cnn.access.log - format json + format json { + time_format iso8601 + } } } @@ -12,7 +14,9 @@ api.marvinkrausser.com { log { output file /data/caddy/logs/api.access.log - format json + format json { + time_format iso8601 + } } } @@ -21,6 +25,8 @@ portfolio.marvinkrausser.com { log { output file /data/caddy/logs/portfolio.access.log - format json + format json { + time_format iso8601 + } } } \ No newline at end of file