File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
crowdsec-docs/unversioned/bouncers Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,8 @@ Here is a config example, but you can change values:
307307resolver 8.8.8.8 ipv6=off;
308308lua_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
309309` ` `
310+ And restart Nginx.
311+
310312# ## Ubuntu 22.xx getting lua error
311313
312314Nginx package for Ubuntu 22.xx did not include ` lua` module for some issues with other modules.
@@ -317,11 +319,6 @@ What to do to resolve the issue?
317319 * It changes some paths as the service is different, but the configuration is the same as NGINX as it' s a " fork" of it.
318320* You could also compile the lua module yourself but it involves more manual work
319321
320- ` ` ` bash
321-
322-
323- And restart Nginx.
324-
325322# # Configuration Reference
326323
327324# ## `API_KEY`
You can’t perform that action at this time.
0 commit comments