mirror of
https://github.com/nginx/nginx.git
synced 2026-09-04 04:18:42 +00:00
Limit req: fixed error message wording.
This commit is contained in:
parent
c241467318
commit
56dffac3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -908,7 +908,7 @@ ngx_http_limit_req(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||
burst = ngx_atoi(value[i].data + 6, value[i].len - 6);
|
||||
if (burst <= 0) {
|
||||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
||||
"invalid burst rate \"%V\"", &value[i]);
|
||||
"invalid burst value \"%V\"", &value[i]);
|
||||
return NGX_CONF_ERROR;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue