You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ then, add the app to `settings.py`:
24
24
25
25
configure aetos in `settings.py`:
26
26
27
+
> ℹ️ **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.
28
+
27
29
.. code-block:: python
28
30
29
31
# on enabled ip allowlist with empty list, requests are denied
0 commit comments