make clang-format
This commit is contained in:
parent
9e8d5433e7
commit
732245e562
|
@ -1404,8 +1404,8 @@ constexpr auto DEFAULT_TLS_MAX_PROTO_VERSION = StringRef::from_lit("TLSv1.2");
|
|||
} // namespace
|
||||
|
||||
namespace {
|
||||
constexpr auto DEFAULT_ACCESSLOG_FORMAT = StringRef::from_lit(
|
||||
R"($remote_addr - - [$time_local] )"
|
||||
constexpr auto DEFAULT_ACCESSLOG_FORMAT =
|
||||
StringRef::from_lit(R"($remote_addr - - [$time_local] )"
|
||||
R"("$request" $status $body_bytes_sent )"
|
||||
R"("$http_referer" "$http_user_agent")");
|
||||
} // namespace
|
||||
|
|
Loading…
Reference in New Issue