[BangPypers] Multiple Django app with nginx

Gora Mohanty gora at mimirtech.com
Thu May 19 14:26:06 EDT 2016


On 19 May 2016 at 09:27, Saurabh Kumar <thes.kumar at gmail.com> wrote:
[...]
>
> You might want use `proxy_pass`[0][1].
>
> Something like:
>
> ```
> location /app1 {
>   proxy_pass http://localhost:9000/;
> }
> location /app2 {
>   proxy_pass http://localhost:8000/;
> }
[...]

Contrary to OP's original statement, this is not his
immediate problem. The multiple apps part seem
to work for him, but it seems that nginx redirections
are contrary to his expectations.

Regards,
Gora


More information about the BangPypers mailing list