Re: nginx Digest, Vol 178, Issue 2

2025-07-07 Thread bruce
hi. part of what happens in some software, is that the docs are either hard to comprehend for the beginner, the docs require other docs, which require... , or docs don't really exist!! writing good clear docs with examples at a level that beginners grasp, and keeping updated docs is a beast!!..

test

2023-11-11 Thread bruce
test to make sure i'm good.. ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx update to 1.18.0 broke my wsl ubuntu 16.04 set up

2020-05-26 Thread Bruce Klein
setups. For myself, I'm happy to have this crutch so I can eke out a little more life from my existing WSL 1 setup prior to the imminent release of WSL 2. On Tue, May 12, 2020 at 8:13 AM Bruce Klein wrote: > Thanks Maxim! I don't know if I'll be able to fix it with that but I

Re: nginx update to 1.18.0 broke my wsl ubuntu 16.04 set up

2020-05-12 Thread Bruce Klein
Thanks Maxim! I don't know if I'll be able to fix it with that but I'll sure learn a lot trying. I appreciate all the pointers on where to look. Best, Bruce On Mon, May 11, 2020 at 7:54 PM Maxim Dounin wrote: > Hello! > > On Mon, May 11, 2020 at 09:38:12AM -1000, Bru

Re: nginx update to 1.18.0 broke my wsl ubuntu 16.04 set up

2020-05-11 Thread Bruce Klein
's impact is visible only on the web client side, where the user sees it as a partially received page and the net::ERR_INCOMPLETE_CHUNKED_ENCODING is available from the browser developer tools once the browser has timed out on waiting for the rest of the page. Thanks again, Bruce On Mon,

nginx update to 1.18.0 broke my wsl ubuntu 16.04 set up

2020-05-11 Thread Bruce Klein
Does anyone have nginx 1.18.0 running successfully on WSL? Previous versions have worked fine for me the past couple years as long as the standard WSL fix "fastcgi_buffering off" was applied. I just picked up the 1.18.0 update and now I'm back to the old net::ERR_INCOMPLETE_CHUNKED_ENCODING error