File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
crowdsec-docs/unversioned/bouncers Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ Install the following packages:
6161sudo apt install nginx lua5.1 libnginx-mod-http-lua luarocks gettext-base lua-cjson
6262```
6363
64+ ::::warning
65+ If you have Unbuntu 22.xx, you may have an issue with ` lua ` module in nginx.
66+ Look at [ FAQ for more information] ( #ubuntu-22xx-getting-lua-error ) .
67+ ::::
68+
6469### Using packages
6570
6671First, [ setup crowdsec repositories] ( /docs/next/getting_started/install_crowdsec#install-our-repositories ) .
@@ -302,7 +307,7 @@ Here is a config example, but you can change values:
302307resolver 8.8.8.8 ipv6=off;
303308lua_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
304309` ` `
305- # ## I have ubuntu 22.xx and I get an error with ` lua`
310+ # ## Ubuntu 22.xx getting lua error
306311
307312Nginx package for Ubuntu 22.xx did not include ` lua` module for some issues with other modules.
308313It' s fixed and the module is back in the following version of Ubuntu.
You can’t perform that action at this time.
0 commit comments