Skip to content

add ZAMMAD_EXT_PROXY to docker documentation #624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: pre-release
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions install/docker-compose/environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,10 @@ nginx
* - ZAMMAD_WEBSOCKET_PORT
- ``6042``
- Port of Zammads websocket server. See also: :doc:`/appendix/configure-env-vars`
* - ZAMMAD_EXT_PROXY
- ``false``
- Enables support for an external (reverse) proxy in front of the Nginx container.
When set to ``true``, the container will trust the Docker gateway as a proxy source
and configure real client IP handling via ``X-Forwarded-For``.

.. include:: /getting-started/include-csrf-hints.rst