mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Limit req: fixed error message wording.
This commit is contained in:
parent
c241467318
commit
56dffac3e3
@ -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…
Reference in New Issue
Block a user