mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-06 00:36:35 +00:00
add log directive to simple example
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user