Maxim Dounin Wrote:
---
> Hello!
>
> On Fri, Feb 05, 2021 at 03:38:16PM -0500, MarioIshac wrote:
>
> > Hello all,
> >
> > I have this example nginx.conf:
> > https://gist.github.com/MarioIshac/e6971ab0b343da210de62ebb1c6e2f99
> to
> > reproduce
Hello!
On Fri, Feb 05, 2021 at 03:38:16PM -0500, MarioIshac wrote:
> Hello all,
>
> I have this example nginx.conf:
> https://gist.github.com/MarioIshac/e6971ab0b343da210de62ebb1c6e2f99 to
> reproduce the behavior.
>
> I start nginx and an example upstream with:
>
> python3 -u -m http.server 8
Hello all,
I have this example nginx.conf:
https://gist.github.com/MarioIshac/e6971ab0b343da210de62ebb1c6e2f99 to
reproduce the behavior.
I start nginx and an example upstream with:
python3 -u -m http.server 8001 > app.log 2>&1 & sudo nginx > nginx.log 2>&1
Upon hitting nginx with `curl -i loca