1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-29 13:49:28 +08:00
Mainflux.mainflux/docker/nginx/snippets/stream_access_log.conf

8 lines
286 B
Plaintext
Raw Normal View History

# Copyright (c) Mainflux
# SPDX-License-Identifier: Apache-2.0
log_format access_log_format '$protocol '
'$remote_addr: '
'status=$status; upstream connect time=$upstream_connect_time';
access_log access.log access_log_format;