-
Notifications
You must be signed in to change notification settings - Fork 10
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
Nginx Error - Module 'resty.string' not found #54
Comments
Hello, The issue is because we do not specify a specific version for our lua dependencies, and it looks like lua-resty-http got updated 2 days ago, and now requires lua-resty-string. I've opened a PR to use the previous version while we check how to update to the latest version. In the meantime, you should be able to fix your installation by running |
@blotus Thank you for the quick response! Yes, that worked, I appreciate it! Do you want me to close this? |
It will close automatically once I merge the PR. |
Understood. Thank you again! |
The same problem exists with https://github.com/linuxserver/docker-mods/tree/swag-crowdsec, the operating system of the Docker SWAG is Alpine Linux 3.20 |
What happened?
After install using
apt install crowdsec-nginx-bouncer
nginx will not start due to error:What did you expect to happen?
Nginx to start successfully and the bouncer to function.
How can we reproduce it (as minimally and precisely as possible)?
apt install crowdsec-nginx-bouncer
on Debian 12Anything else we need to know?
nginx/stable,now 1.22.1-9 amd64 [installed,automatic]
Crowdsec version
Details
OS version
Details
Enabled collections and parsers
Details
Acquisition config
Details
Config show
Details
Prometheus metrics
Details
Related custom configs versions (if applicable) : notification plugins, custom scenarios, parsers etc.
Details
The local parsers and bouncers are communicating with a remote security engine (LAPI).
The text was updated successfully, but these errors were encountered: