Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show an error if unsupported version of nginx or ngx_lua is used #98

Open
knyar opened this issue May 26, 2020 · 0 comments
Open

Show an error if unsupported version of nginx or ngx_lua is used #98

knyar opened this issue May 26, 2020 · 0 comments

Comments

@knyar
Copy link
Owner

knyar commented May 26, 2020

Following #97, we could improve error handling:

  1. determine minimal versions of nginx and ngx_lua that are required for this library
  2. check ngx.config.nginx_version and ngx.config.ngx_lua_version and display an error during init if any of those is too low

Bonus points for adding another Docker-based test to ensure that the library can still run on the documented minimal version when changes are made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant