Closed mbibaud closed 4 years ago
Describe the bug Parsing an nginx configuration having limit_req_zone directives using the sync parameter causes crossplane to report an error: invalid number of arguments in \"limit_req_zone\" directive in
http://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req_zone
To Reproduce Steps to reproduce the behavior:
crossplane parse
Expected behavior Since sync is a valid parameter, I would not expect any errors returned.
Your environment
Additional context The following PR appears to fix the error and support both 3 and 4 parameters : https://github.com/nginxinc/crossplane/pull/77
https://github.com/nginxinc/crossplane/pull/77 merged
Describe the bug Parsing an nginx configuration having limit_req_zone directives using the sync parameter causes crossplane to report an error: invalid number of arguments in \"limit_req_zone\" directive in
http://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req_zone
To Reproduce Steps to reproduce the behavior:
crossplane parse
on nginx configExpected behavior Since sync is a valid parameter, I would not expect any errors returned.
Your environment
Additional context The following PR appears to fix the error and support both 3 and 4 parameters : https://github.com/nginxinc/crossplane/pull/77