OAuth Callback URL incompatible with nginx proxy server behavior
问题 I have spent a good part of the last 3 days trying every solution that is on the internet and feeling desperate. Here's the problem statement: I have a Dockerized app with three services: A django application with gunicorn ( web ) A Nginx server ( nginx ) PostgreSQL ( db ) My web application requires user to log in with their GitHub account through a fairly standard OAuth process. This has always worked without nginx . User clicks on the "log in with github" button, sent them to GitHub to