Forums

Question about reverse proxy with nginx for django app

Hello, I wanted to ask if it is possible on PA configure reverse proxy with nginx for django app?

I wanted to add to my django app url patterns like that:

app1.address.org

app2.address.org

And I read that it is doable in django but only with nginx configuration. I wanted to ask if it is possible to do on PythonAnywhere?

Cheers!

You cannot do that on PythonAnywhere. Just use 2 web apps.

Thank you for your answer.

Just to clarify, 2 web apps means two stand alone django apps, I mean, two separate entities?

Yes, it does.

I understand. Thank you very much