From: AJ ONeal Date: Tue, 14 Jul 2020 02:53:05 +0000 (+0000) Subject: add log directive to simple example X-Git-Url: https://git.josue.xyz/?a=commitdiff_plain;h=d61215ff5aaf9f12b26bfa4d6ff3f806818f6173;p=webi-installers%2F.git add log directive to simple example --- diff --git a/caddy/README.md b/caddy/README.md index db52f69..6016a1c 100644 --- a/caddy/README.md +++ b/caddy/README.md @@ -36,6 +36,12 @@ www.example.com { } example.com { + # log to stdout, which is captured by journalctl + log { + output stdout + format console + } + # turn on standard streaming compression encode gzip zstd