We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6531d24 commit b1221a6Copy full SHA for b1221a6
readthedocs/settings/postgres.py
@@ -52,7 +52,6 @@
52
53
PRODUCTION_DOMAIN = 'readthedocs.org'
54
USE_SUBDOMAIN = True
55
-NGINX_X_ACCEL_REDIRECT = True
56
57
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
58
readthedocs/settings/sqlite.py
@@ -32,7 +32,6 @@
32
}
33
34
DONT_HIT_DB = False
35
36
37
CELERY_ALWAYS_EAGER = True
38
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
0 commit comments