Orwell Wrote:
-------------------------------------------------------
> Hello all,
>
> I try to load balance my web app using nginx but I get 404 instead
> my app.
> All my backend (MS IIS) work fine when I try to query directely.
>
> upstream mywebapp {
[...]
> proxy_pass http://mywebapp.fr;
Mismatch.
-------------------------------------------------------
> Hello all,
>
> I try to load balance my web app using nginx but I get 404 instead
> my app.
> All my backend (MS IIS) work fine when I try to query directely.
>
> upstream mywebapp {
[...]
> proxy_pass http://mywebapp.fr;
Mismatch.