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