Valentin V. Bartenev

Results 132 comments of Valentin V. Bartenev

> This is actually caused by an OOM kill. The load on Nginx unit processes exceeds the container limit and the request fails with error 503. What do you expect...

There can be various different schemes aren't covered by `/home/$user`. I think just providing an option to do arbitrary additional mounts, like mentioned in the first message - would be...

Currently it's not possible to change without recompilation. The value is hardcoded and can only be changed in sources: ```diff diff --git a/src/nxt_router.c b/src/nxt_router.c --- a/src/nxt_router.c +++ b/src/nxt_router.c @@ -1678,7...

You can use `jq` for any JSON transformations: https://stedolan.github.io/jq/

> @VBart we use parsing directly in C. The question is if it’s possible to get just the elements we need, as it’d be way faster, than listing thousands of...

Currently there's no control over log level in Unit.

AFAIK, it's enabled by default as long as you use Angie/nginx with OpenSSL 3.2.

Do you mean NTLM proxy support? Proxying of NTLM authorization is currently [supported in our commercial version Angie PRO](https://wbsrv.ru/angie-pro/docs/en/http_upstream/#u-bind-conn). Currently, there's no ETA when this feature will be ported to...

Hi, First of all, thanks for sharing these results. Angie shares the same architecture and workload cases with nginx. I did before various PGO benchmarks with nginx and found out,...