Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing uwsgi_params HTTPS #777

Closed

Conversation

ajcrowe
Copy link

@ajcrowe ajcrowe commented Mar 4, 2016

This is in the default uwsgi_params file but is missing from the template. I see #767 will add custom params, but I think this should be in the defaults

@bastelfreak
Copy link
Member

Hi @ajcrowe, thanks for the PR. are you able to add spec tests for it?

@wyardley wyardley added bug Something isn't working and removed bug Something isn't working labels Oct 17, 2016
@wyardley
Copy link
Collaborator

Note that #855 also deals with this, specifically, it adds

+uwsgi_param REQUEST_SCHEME  $scheme;
+uwsgi_param HTTPS           $https if_not_empty;

@wyardley
Copy link
Collaborator

Going to close this in favor of #855

@wyardley wyardley closed this Oct 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants