From e8882810b573e5d72c8add37a880ef92dcedc2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Mon, 11 May 2026 22:06:51 +0200 Subject: [PATCH] fixed caddy bug --- caddy/Caddyfile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 08b78f1..99968f3 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -2,9 +2,8 @@ marvinkrausser.com { reverse_proxy cnn_website:8080 log { - output file /data/caddy/logs/access.log + output file /data/caddy/logs/cnn.access.log format console - include http.log.access } } @@ -12,9 +11,8 @@ api.marvinkrausser.com { reverse_proxy cnn_api:8000 log { - output file /data/caddy/logs/access.log + output file /data/caddy/logs/api.access.log format console - include http.log.access } } @@ -22,8 +20,7 @@ portfolio.marvinkrausser.com { reverse_proxy portfolio_website:8081 log { - output file /data/caddy/logs/access.log + output file /data/caddy/logs/portfolio.access.log format console - include http.log.access } } \ No newline at end of file