[BUG] reverse proxy (#3847)

Add more docs regarding headers
Fixes #3807
This commit is contained in:
Matthias Mair 2022-10-25 00:32:54 +02:00 committed by GitHub
parent b9de7e5488
commit d2049a1cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,8 +165,10 @@ login_attempts: 5
# Remote / proxy login
# These settings can introduce security problems if configured incorrectly. Please read
# https://docs.djangoproject.com/en/4.0/howto/auth-remote-user/ for more details
# The header name should be prefixed by `HTTP`. Please read the docs for more details
# https://docs.djangoproject.com/en/stable/ref/request-response/#django.http.HttpRequest.META
remote_login_enabled: False
remote_login_header: REMOTE_USER
remote_login_header: HTTP_REMOTE_USER
# Permit custom authentication backends
#authentication_backends: