﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35450	Missing documentation: deploying Django in production behind a proxy.	Klaas van Schelven	Wassef Ben Ahmed	"When Django is deployed behind a proxy (with https), various settings _must_ be set for your site to work correctly. Currently, there is no single place where these settings are documented. That is, they are mentioned in the general docs for settings (with a warning ""only do this when behind a proxy) but there is no page ""how to set up Django behind a proxy"", which means to do this you must now puzzle various Stack Overflow / blog posts together.

The variables that I could find are `SECURE_PROXY_SSL_HEADER`, `USE_X_FORWARDED_HOST` and `USE_X_FORWARDED_PORT` (if the port is not included in the host), but there may be more."	Cleanup/optimization	closed	Documentation	5.0	Normal	wontfix		Mariusz Felisiak	Unreviewed	1	0	0	0	0	0
