mirror of
https://github.com/nginx/nginx.git
synced 2026-09-06 05:19:28 +00:00
SSL: fixed typo in the error message.
This commit is contained in:
parent
fb18ba2930
commit
9edd64fcd8
1 changed files with 1 additions and 1 deletions
|
|
@ -3128,7 +3128,7 @@ ngx_ssl_session_ticket_keys(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_array_t *paths)
|
|||
{
|
||||
if (paths) {
|
||||
ngx_log_error(NGX_LOG_WARN, ssl->log, 0,
|
||||
"\"ssl_session_ticket_keys\" ignored, not supported");
|
||||
"\"ssl_session_ticket_key\" ignored, not supported");
|
||||
}
|
||||
|
||||
return NGX_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue