Skip to content

Commit b3ebeb5

Browse files
authored
Update README.md
1 parent 5c337fa commit b3ebeb5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CrowdSec - Docker mod for SWAG
22

3+
## nginx.conf change
4+
5+
Make sure that the line below under virtual hosts in your nginx.conf, otherwise crowdsec-bouncer will not work. More information here https://info.linuxserver.io/issues/2022-08-20-nginx-base/
6+
7+
# Includes virtual hosts configs.
8+
include /etc/nginx/http.d/*.conf;
9+
310
This mod adds the [CrowdSec](https://crowdsec.net) [nginx bouncer](https://github.com/crowdsecurity/cs-nginx-bouncer/) to SWAG, to be installed/updated during container start.
411

512
In SWAG docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:swag-crowdsec`

0 commit comments

Comments
 (0)