Skip to content

Commit 1b2fd98

Browse files
authored
Merge pull request #514 from slimshizn/patch-2
Update README.md
2 parents 5c337fa + e4ea7e0 commit 1b2fd98

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, is 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)