diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2026-09-05 13:01:08 +0200 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2026-09-05 13:01:30 +0200 |
| commit | d4350589f45af38988bd3d5763cd2a5f8ca93e8b (patch) | |
| tree | 3a9ff5e0da1a9a459e2d24d98e8e73c8c2c0c7d6 /doc/administration | |
| parent | 1cb4006d5dc867d22ca036bd11ce20c33c9c0523 (diff) | |
| download | fietsboek-master.tar.gz fietsboek-master.tar.bz2 fietsboek-master.zip | |
Diffstat (limited to 'doc/administration')
| -rw-r--r-- | doc/administration/installation.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/administration/installation.rst b/doc/administration/installation.rst index 13e03b5..8c9c26e 100644 --- a/doc/administration/installation.rst +++ b/doc/administration/installation.rst @@ -179,6 +179,13 @@ performance. For those, refer to the Pyramid documentation for more information: * `mod_wsgi <https://docs.pylonsproject.org/projects/pyramid/en/latest/tutorials/modwsgi/index.html>`__ +.. note:: + + When you use ``gunicorn``, make sure to set ``forward_allow_ips`` properly. + This also applies to ``gunicorn`` in the Docker container: + + https://gunicorn.org/reference/settings/#forwarded_allow_ips + Maintaining Fietsboek --------------------- |
