Re: Websocket (wss) connection issue (status 200 instead 101) between two nginx systems

2020-04-20 Thread YAGA
Hi Francis, Many thanks for your message and for your help, it’s very kind of you. As you suggested, I’ve tried to add these lines on the “black box” side: proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection upgrade; proxy_http_version 1.1; But unfortunately, without success,

Re: nginx-1.17.10

2020-04-20 Thread A. Schulze
Am 14.04.20 um 16:34 schrieb Maxim Dounin: > Changes with nginx 1.17.10 14 Apr 2020 > > *) Feature: the "auth_delay" directive. Hello nginx developers, I'm searching for more information about this specific change and other changes in general. The so

Re: Nginx Brunzip

2020-04-20 Thread Maxim Dounin
Hello! On Thu, Apr 16, 2020 at 03:48:27PM +1000, Mathew Heard wrote: > Maxim, > > > Likely unrealted, but "ctx->flush = FLUSH_NOFLUSH" at > > > https://github.com/splitice/ngx_brunzip_module/blob/master/ngx_http_brunzip_filter_module.c#L393 > > is meaningless. > > Is beause of > https://github.

Configuration of SSL Termination through NGINX Faillling

2020-04-20 Thread Basanta
Hi ALL, I am trying to configure SSL termination at NGINX LB so that the backend application can be accessed through the HTTP Port .this fails with 400 Bad Request The plain HTTP request was sent to HTTPS port Can some one please point what is wrong here ..Here NGINX is running on a K8S Instance

uwsgi like caching

2020-04-20 Thread Robin Becker
A python django app running under uwsgi like caching can directly control the uwsgi cache (via decorators etc). This requires two nginx sections see eg https://uwsgi-docs.readthedocs.io/en/latest/WebCaching.html. Is there a way to allow back ends to control the nginx cache directly? I see lots o