Skip to content

Commit

Permalink
docs: added tiny info for usage behind reverse proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokan Mohammad Assad committed Aug 21, 2024
1 parent 1ddd9c8 commit 54dd922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ then, add the app to `settings.py`:
configure aetos in `settings.py`:

> ℹ️ **Important**: When using `django-aetos` in a project behind a reverse proxy, include [`django-xff`](https://pypi.org/project/django-xff/) in your project, so that a request's `REMOTE_ADDR` header gets rewritten to the correct client ip.

.. code-block:: python
# on enabled ip allowlist with empty list, requests are denied
Expand Down

0 comments on commit 54dd922

Please sign in to comment.