On 19 May 2016 at 09:27, Saurabh Kumar <thes.ku...@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 _______________________________________________ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers