mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Fix typo
This commit is contained in:
parent
dda2e007a0
commit
d274c0abe5
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ std::string log(auto &req, auto &res) {
|
|||
auto http_referer = "-"; // TODO:
|
||||
auto http_user_agent = req.get_header_value("User-Agent", "-");
|
||||
|
||||
// NOTE: From NGINX defualt access log format
|
||||
// NOTE: From NGINX default access log format
|
||||
// log_format combined '$remote_addr - $remote_user [$time_local] '
|
||||
// '"$request" $status $body_bytes_sent '
|
||||
// '"$http_referer" "$http_user_agent"';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue