Skip to content

Commit ac9f736

Browse files
docs(user guide): Add multisite part
1 parent 283eedb commit ac9f736

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/USER_GUIDE.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Please note that it is possible to customize all the colors of these pages in a
6161

6262
On the other hand, all texts are also fully customizable. This will allow you, for example, to present translated pages in your users’ language.
6363

64-
6564
### Configurations
6665

6766
This plugin comes with configurations that you will find under `CrowdSec` admin section.
@@ -592,7 +591,18 @@ If you are using Apache, you should add this line to your `.htaccess` file:
592591

593592
php_value auto_prepend_file "/wordpress-root-directory/wp-content/plugins/crowdsec/inc/standalone-bounce.php"
594593

594+
### Multisite usage
595+
596+
If you are using the [`multisite` WordPress feature](https://wordpress.org/documentation/article/wordpress-glossary/#multisite), the bouncer plugin has to be network activated and
597+
configurations will be used for all sites of the network. This means that every individual site on your network will be protected by the bouncer with the same settings.
598+
599+
#### Differences with a single installation
600+
601+
In a WordPress multisite installation, `CrowdSec` configurations are accessible via the `My Sites -> Network admin` left panel.
602+
603+
![Multisite admin](./images/screenshots/admin-multisite.jpg)
595604

605+
Settings are stored in the `wp_sitemeta` table instead of the `wp_options` table for a single WordPress installation.
596606

597607
## Resources
598608

68.3 KB
Loading

0 commit comments

Comments
 (0)