Python Forum
Can I connect python/django to nginx "after the fact"?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can I connect python/django to nginx "after the fact"?
#2
I'm not really sure what you're asking. NGINX is a (reverse) proxy and runs independently of your app. All you should need to do is write the NGINX configuration file that points to the app and then just make sure the clients are actually talking to NGINX, rather than the app directly.
Reply


Messages In This Thread
RE: Can I connect python/django to nginx "after the fact"? - by ndc85430 - Jan-25-2020, 06:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python socket connect only sometimes espDino 0 1,574 Jul-15-2020, 12:13 PM
Last Post: espDino

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020