mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-29 13:49:28 +08:00
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;
|