From 53d0029a335c856e0b94010cb67778d2acd000b3 Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Tue, 14 May 2024 13:21:32 +0800 Subject: [PATCH] =?UTF-8?q?Caddyfile=20=E5=A2=9E=E5=8A=A0=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Caddyfile b/Caddyfile index 0471bb2..0b97a71 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,4 +1,8 @@ :80 { root * /app + log { + output stdout + format console + } file_server } \ No newline at end of file