add log directive to simple example

This commit is contained in:
AJ ONeal
2020-07-14 02:53:05 +00:00
parent 281bc41c0d
commit d61215ff5a

View File

@@ -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