标签: django nginx gunicorn django-allauth
我已经实现了django all auth,它在开发中工作正常。在生产中,重定向uri更改为redirect_uri=http://localhost/accounts/google/login/callback/。 我正在使用带有nginx的gunicorn,并尝试在nginx配置中设置proxy_set_header Host $http_host;。如何将重定向uri设置为http://example.com/accounts/google/login/callback/?
redirect_uri=http://localhost/accounts/google/login/callback/
proxy_set_header Host $http_host;
http://example.com/accounts/google/login/callback/