Skip to content

Commit 8ae8dcc

Browse files
author
jdv
committed
fix FAQ line order
1 parent fefed56 commit 8ae8dcc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

crowdsec-docs/unversioned/bouncers/nginx.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ Here is a config example, but you can change values:
307307
resolver 8.8.8.8 ipv6=off;
308308
lua_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
309309
```
310+
And restart Nginx.
311+
310312
### Ubuntu 22.xx getting lua error
311313
312314
Nginx 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`

0 commit comments

Comments
 (0)