Report this

What is the reason for this report?

Facebook redirection issue with Nnginx configurations

Posted on December 16, 2013

Hi, i’m trying to connect my users using facebook, but facebook, is always trying to redirect to 127.0.0.1:8001, where this ip is the proxy_pass http://127.0.0.1:8001; in nginx conf file.

I’m using Django Facebook to connect users.

Any one knows how i cant fix this?, facebook needs to redirect to my domain and not to the internal ip.

I installed Django, Nginx and Gunicorn using this tut, so my nginx basic setting is the almost the same: https://www.digitalocean.com/community/articles/how-to-install-and-configure-django-with-postgres-nginx-and-gunicorn

Thank you



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

OK, i fixed, i was missing this: proxy_set_header Host $host

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.