|
|
|
|
|
by jp_sc
2201 days ago
|
|
That doesn't make sense. AFAIK with frameworks like Rails or Django you never expose their server directly to the Internet, you put a NGINX in front of it. And NGINX talks to the backend code via UNIX sockets, so support for it in NGINX is what matters. And sooner rather than later you are going to need a load balancer anyway. |
|