D3V-Server/docker/rootfs/etc/nginx/conf.d/include/log-stream.conf

4 lines
333 B
Text
Raw Normal View History

2026-03-07 13:49:44 +00:00
log_format stream '[$time_local] [Client $remote_addr:$remote_port] $protocol $status $bytes_sent $bytes_received $session_time [Sent-to $upstream_addr] [Sent $upstream_bytes_sent] [Received $upstream_bytes_received] [Time $upstream_connect_time] $ssl_protocol $ssl_cipher';
access_log /data/logs/fallback_stream_access.log stream;