Skip to content

Commit fefed56

Browse files
author
jdv
committed
adding link form install section to FAQ
1 parent 67e7104 commit fefed56

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

crowdsec-docs/unversioned/bouncers/nginx.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ Install the following packages:
6161
sudo 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

6671
First, [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:
302307
resolver 8.8.8.8 ipv6=off;
303308
lua_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
307312
Nginx package for Ubuntu 22.xx did not include `lua` module for some issues with other modules.
308313
It's fixed and the module is back in the following version of Ubuntu.

0 commit comments

Comments
 (0)