mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-29 13:49:28 +08:00
9 lines
394 B
Plaintext
9 lines
394 B
Plaintext
![]() |
# Copyright (c) Mainflux
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
log_format access_log_format 'HTTP/WS '
|
||
|
'$remote_addr: '
|
||
|
'"$request" $status; '
|
||
|
'request time=$request_time upstream connect time=$upstream_connect_time upstream response time=$upstream_response_time';
|
||
|
access_log access.log access_log_format;
|