diff --git a/zproject/computed_settings.py b/zproject/computed_settings.py index c60f7c49d3..d481c9fcaa 100644 --- a/zproject/computed_settings.py +++ b/zproject/computed_settings.py @@ -152,8 +152,6 @@ USE_TZ = True # this directory will be used to store logs for development environment DEVELOPMENT_LOG_DIRECTORY = os.path.join(DEPLOY_ROOT, "var", "log") -# Make redirects work properly behind a reverse proxy -USE_X_FORWARDED_HOST = True # Extend ALLOWED_HOSTS with localhost (needed to RPC to Tornado), ALLOWED_HOSTS += ["127.0.0.1", "localhost"]