ngx_http_pinba_module icon indicating copy to clipboard operation
ngx_http_pinba_module copied to clipboard

invalid status code value "200-399,499"

Open alexanderilyin opened this issue 7 years ago • 0 comments

Used configuration from example https://github.com/AnchorFree/docker-nginx-pinba/blame/master/README.md#L41 for nginx error.

nginx.conf

    pinba_enable on;
    pinba_server pinba:30002;
    pinba_ignore_codes 200-399,499;

Nginx Error Log

elite-nginx    | 2018/06/19 03:00:45 [error] 1#1: [pinba] invalid status code value "200-399,499", values must not be less than 100 or greater than 599 in /etc/nginx/nginx.conf:17
elite-nginx    | nginx: [error] [pinba] invalid status code value "200-399,499", values must not be less than 100 or greater than 599 in /etc/nginx/nginx.conf:17

alexanderilyin avatar Jun 19 '18 03:06 alexanderilyin