Valentin V. Bartenev

Results 115 comments of Valentin V. Bartenev
trafficstars

Why don't use HTTP instead?

The main problem with FastCGI is that it has almost no benefits over HTTP, but much harder to debug and doesn't support common features like TLS and WebSockets. It's a...

> It would be cool if there were an option to manually set list of domains for generating certificate (not automatically) Currently it can be achieved by creating a separate...

Note also, that to fix the problem you can just remove the `acme example;` from your `server` block containing `server_name mysubdomain.myexampledomain.com;`. Removing it doesn't limit use of the certificate. The...

Should be fixed by https://github.com/webserver-llc/angie/commit/756f708accc03cdfbda2f9609373bb1e77f7ca12, which will be released with Angie 1.9.1. Also, it's possible to already try the fixed version using our nightly builds: https://download.angie.software/angie-nightly/

Как минимум, по сравнению с метриками у вас запросы к `/health` в логах не будут зафиксированы. Было бы хорошо увидеть сравнение сырых метрик с сырыми логами. Задвоение может происходить где-то...

В 1.8.3 были исправления связанные с подсчетом метрик. Попробуйте, может оно и вашего случая касается.

Поскольку никакой обратной связи не поступила, то предполагаю, что проблема решена в свежих версиях.

Note that `envsubst` is intentionally not supported, since it's considered a bad practice ([see relevant discussion here](https://github-com.translate.goog/webserver-llc/angie/issues/17?_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp)).

> Regarding template support - is it possible to embed a simple template engine (or maybe a complex one) into Angie that will allow values ​​from environment variables to be...