diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-05-25 16:13:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-25 16:13:56 +0200 |
commit | c3a04e328f2c8d40890b0b26b118a193110634ce (patch) | |
tree | 14ec8fd8d1d9d65d2e5234191cad40be9691d035 /doc | |
parent | 8ed59f107e5b373f3517b3c33e817e70375829c8 (diff) | |
parent | b49a04f796b9ad8533c53fee541132a4c2214909 (diff) | |
download | Shaarli-c3a04e328f2c8d40890b0b26b118a193110634ce.tar.gz Shaarli-c3a04e328f2c8d40890b0b26b118a193110634ce.tar.zst Shaarli-c3a04e328f2c8d40890b0b26b118a193110634ce.zip |
Merge pull request #1273 from ArthurHoaro/feature/ban-manager
Rewrite IP ban management
Diffstat (limited to 'doc')
-rw-r--r-- | doc/md/Server-configuration.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 4753df1d..88eed8e6 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md | |||
@@ -404,6 +404,8 @@ If Shaarli is served behind a proxy (i.e. there is a proxy server between client | |||
404 | - `X-Forwarded-Host` | 404 | - `X-Forwarded-Host` |
405 | - `X-Forwarded-For` | 405 | - `X-Forwarded-For` |
406 | 406 | ||
407 | In you [Shaarli configuration](Shaarli-configuration) `data/config.json.php`, add the public IP of your proxy under `security.trusted_proxies`. | ||
408 | |||
407 | See also [proxy-related](https://github.com/shaarli/Shaarli/issues?utf8=%E2%9C%93&q=label%3Aproxy+) issues. | 409 | See also [proxy-related](https://github.com/shaarli/Shaarli/issues?utf8=%E2%9C%93&q=label%3Aproxy+) issues. |
408 | 410 | ||
409 | ## Robots and crawlers | 411 | ## Robots and crawlers |