-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
proxying request.scheme with nginx #872
Comments
Thank you, it's working:
|
yeah, it must be tuple of header and expected value) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
aiohttp server is working over https behind nginx and it has
proxy_set_header X-Forwarded-Proto $scheme;
setting in nginx config, butrequest.scheme
anyway equals 'http'The text was updated successfully, but these errors were encountered: