unsubscribing

2019-10-23 Thread mrbonezz75
i followed your unsubscribe directions they dont seem to be working on my phone i have been receiving your emails for ever and i never signed up for it no password dont even know what nginx is please make it go awaySent from my T-Mobile 4G LTE

Re: High memory usage

2019-10-23 Thread J.R.
> A typical vhost file is quite simple, it's just a proxy_pass to a backend, > with some hack to do a retry is we first get and error message (based on > proxy_intercept_errors). http2 is on. I don't use any caches. Are you running PHP FPM? If so, check all your process manager settings. I've

Re: Revisiting the long-overdue "TODO always gunzip" in ngx_http_gunzip_filter_module.c

2019-10-23 Thread J.R.
> Well, it looks like I've failed to explain. You can have things > compressed between servers and then decompressed on the frontend > server. To do so, you can configure additional proxying on the > frontend server, for example: Thanks for the sample configuration, that makes sense with the

Re: [nginx-announce] nginx-1.17.5

2019-10-23 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.17.5 for Windows https://kevinworthington.com/nginxwin1175 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org.

High memory usage

2019-10-23 Thread bvek1
Hello, I need your help, I have a problem with my Nginx server : all the Nginx processes are consuming a huge amount of memory and it sets off the OOM Killer. I don't understand why Nginx uses this much memory, it seems odd, I expected the CPU to be the first problem instead of memory. My Nginx

[njs] Refactoring iteration over external objects.

2019-10-23 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/9e327cd3a33e branches: changeset: 1197:9e327cd3a33e user: Dmitry Volyntsev date: Wed Oct 23 14:42:38 2019 +0300 description: Refactoring iteration over external objects. Previously, two callbacks were required to support array-like iteration

[njs] Added njs_vm_array_alloc() and njs_vm_array_push() public API.

2019-10-23 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/5e136f9a5954 branches: changeset: 1196:5e136f9a5954 user: Dmitry Volyntsev date: Wed Oct 23 14:42:38 2019 +0300 description: Added njs_vm_array_alloc() and njs_vm_array_push() public API. diffstat: src/njs.h| 4 src/njs_vm.c | 39

Re: nginx reverse proxy for grpc

2019-10-23 Thread Oleg Motienko
Добрый день. Спасибо, этот модуль, похоже, именно то, что я искал. Кстати, если передавать в grpc metadata "переменную" с подчеркиванием, она не проходит. Как я понимаю, это из-за того, что это metadata по сути есть http заголовки и символ подчеркивания недопустим ? On Tue, Oct 22, 2019 at