mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
set the correct X-Forwarded-Port header to fix SAML auth
see: https://github.com/ansible/tower/issues/2314
This commit is contained in:
@@ -108,3 +108,5 @@ CACHES = {
|
||||
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
||||
},
|
||||
}
|
||||
|
||||
USE_X_FORWARDED_PORT = True
|
||||
|
||||
Reference in New Issue
Block a user