We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Don't know if helpful, but to redirect http to https, I used this code: https://stackoverflow.com/a/35097290/3019499
server { listen 81; return 301 https://$host$request_uri; }
Then the ELB listens on port 80 and goes to port 81 for the ecs-nginx-proxy.
Not sure if this should be a default handy feature of the proxy, or turned on on demand
The text was updated successfully, but these errors were encountered:
Thank you! Maybe people who want to customize their settings can reference this :)
Sorry, something went wrong.
No branches or pull requests
Don't know if helpful, but to redirect http to https, I used this code:
https://stackoverflow.com/a/35097290/3019499
Then the ELB listens on port 80 and goes to port 81 for the ecs-nginx-proxy.
Not sure if this should be a default handy feature of the proxy, or turned on on demand
The text was updated successfully, but these errors were encountered: