diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -114,6 +114,9 @@ cut_off_limit = 256000 ## WSGI environment variable to get the IP address of the client (default REMOTE_ADDR) #remote_addr_variable = HTTP_X_FORWARDED_FOR +## WSGI environment variable to get the protocol (http or https) of the client connection (default wsgi.url_scheme) +#url_scheme_variable = HTTP_X_FORWARDED_PROTO + ## always pretend the client connected using HTTPS (default false) #force_https = true