mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
Fixed an error log message.
This commit is contained in:
parent
5d9419704f
commit
46336296e4
1 changed files with 1 additions and 1 deletions
|
|
@ -2068,7 +2068,7 @@ ngx_http_set_virtual_server(ngx_http_request_t *r, ngx_str_t *host)
|
|||
if (sscf->verify) {
|
||||
ngx_log_error(NGX_LOG_INFO, r->connection->log, 0,
|
||||
"client attempted to request the server name "
|
||||
"different from that one was negotiated");
|
||||
"different from the one that was negotiated");
|
||||
ngx_http_finalize_request(r, NGX_HTTP_MISDIRECTED_REQUEST);
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue