Valentin V. Bartenev

Results 133 comments of Valentin V. Bartenev

Added to the docs: https://en.angie.software/angie/docs/installation/thirdparty/

Thank you for this pull request. Unfortunately, I can only state the fact that being busy with more frequently requested functionality, we still couldn't found any free resources for a...

Можно воспользоваться методом балансировки [`hash`](https://angie.software/configuration/modules/http_upstream/#hash), где в качестве значения брать подстроку из тела. Либо использовать [`sticky`](https://angie.software/configuration/modules/http_upstream/#sticky) в режиме `route`, где в качестве значения брать производную от подстроки из тела, пропущенную...

Variables in "ssl_certificate" and "ssl_certificate_key" directives are not supported with LibreSSL, that's it. The reason is that LibreSSL doesn't provide SSL_CTX_set_cert_cb() function. Here's the related ticket still open: https://github.com/libressl/portable/issues/534 I...

> В Ваших репозиториях я вижу новенькая версия. Может раз уже Angie размещен в официальных репозиториях FreeBSD, там тоже обновите? Спасибо. У нас нет прямого доступа к официальным репозиториям FreeBSD....

Похоже ситуация улучшается. В официальных репозиториях FreeBSD версию обновили до текущей 1.8.1. Cпасибо неравнодушным пользователям.

The "Host" header cannot contain URL. There are something wrong with your configuration and assumptions in general. It won't work regardless of `$http_host` presence even with HTTP/1.x and HTTP/2. In...

Implemented by https://github.com/webserver-llc/angie/commit/140c3a6deb71512a4aafd2ab6334af54d6787957 and will be released with Angie 1.11.

This patch has been reviewed and rejected in the nginx mailing list: https://mailman.nginx.org/pipermail/nginx-devel/2021-April/013957.html I agree with the review conclusions. It has a wrong approach, so it can't be included in...