mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
19 lines
316 B
Plaintext
19 lines
316 B
Plaintext
<source>
|
|
@type http
|
|
port 9880
|
|
bind 0.0.0.0
|
|
body_size_limit 32m
|
|
keepalive_timeout 10s
|
|
</source>
|
|
|
|
<filter http-*.log>
|
|
@type record_transformer
|
|
<record>
|
|
host_param "#{Socket.gethostname}"
|
|
</record>
|
|
</filter>
|
|
|
|
# <match http-*.log>
|
|
# @type file
|
|
# path /output/http.log
|
|
# </match> |