Re: Proxy in front of django app

2016-05-16 Thread Maks Materkov
Thank you for answer. Unfortunately, I don't have any control on the client side. All requests are coming to something like "api.example.com" and I need route requests on the server side. Recently I've found another option. Some "api managment tools" like http://www.openrepose.org https://tyk.io

Re: Proxy in front of django app

2016-05-16 Thread Erik Cederstrand
> Den 16. maj 2016 kl. 20.48 skrev Maks Materkov : > > Hi everyone! > > i' ve got an unusual question, that is probably not very specific to django. > We have a large multi-tenant django app, and we want to split all traffic > between two tenants (tenant 1 and tenant 2, for now). This tenant w

Proxy in front of django app

2016-05-16 Thread Maks Materkov
Hi everyone! i' ve got an unusual question, that is probably not very specific to django. We have a large multi-tenant django app, and we want to split all traffic between two tenants (tenant 1 and tenant 2, for now). This tenant will be connected to different databases. Our django app is 100%