RTIInternational / NHLBI-BDC-DMC-DST

My personal repository for work on the BioData Catalyst Dashboard
Apache License 2.0
4 stars 3 forks source link

Fix redirect loop issue with HTTPS/Django/Nginx configuration. #82

Closed amc-corey-cox closed 3 weeks ago

amc-corey-cox commented 1 month ago

Currently, when I have enabled forwarding to the application using HTTPS in the load balancer I'm getting an error. The error is likely caused by a redirect loop between HTTP and HTTPS in my different configs: AWS load balancer, nginx, and Django.

amc-corey-cox commented 3 weeks ago

Closed by #85