mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-28 13:48:49 +08:00

Sync mTLS and TLS config logs. Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
8 lines
286 B
Plaintext
8 lines
286 B
Plaintext
# 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;
|