mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Revert SSL Redirect setting as it prevents the admin page from loading
This commit is contained in:
parent
1770bb174b
commit
e56c5e67dd
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ else:
|
||||||
SESSION_COOKIE_DOMAIN = KHOJ_DOMAIN
|
SESSION_COOKIE_DOMAIN = KHOJ_DOMAIN
|
||||||
CSRF_COOKIE_DOMAIN = KHOJ_DOMAIN
|
CSRF_COOKIE_DOMAIN = KHOJ_DOMAIN
|
||||||
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTOCOL", "https")
|
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTOCOL", "https")
|
||||||
SECURE_SSL_REDIRECT = True
|
|
||||||
|
|
||||||
SESSION_COOKIE_SECURE = True
|
SESSION_COOKIE_SECURE = True
|
||||||
CSRF_COOKIE_SECURE = True
|
CSRF_COOKIE_SECURE = True
|
||||||
|
|
Loading…
Reference in a new issue