Valentin V. Bartenev
Valentin V. Bartenev
oh... it seems you wrote `` in place of client IP address, but GitHub removed it. Then it means that you have client IP address in your access log line,...
How do you see this functionality? Because currently it seems easy to configure using [route matching conditions](https://unit.nginx.org/configuration/#matching-conditions) in combination with [the `return` option](https://unit.nginx.org/configuration/#instant-responses-redirects).
> Any update when this will be available? There's no ETA yet. Right now this isn't a top priority feature as Unit still lacks some essential functionality like SNI or...
@gertcuykens > why not nginx proxy pass it directly to your native app service instead of unit? Anyway you need some software to be responsible for running, monitoring, scaling that...
Such microbenchmarks are very sensitive to compiler and compilation flags, but far from real world usage. Default results for array includes() on my system are: ``` % node bench_array.js Testing...
@TRcodes Caching is a big feature that would be nice to have, but it's an extended functionality that not everyone needs. Since there are still plenty of essential features not...
Where is this module placed in your directory structure? Also, please make sure that Python virtual environment `/git/eec/APPLICATION/www/flask/venv` is created with the same Python version as you'd like to use...
@elder-easy-care Can you try to import this module in your Python environment with the command line interpreter? ``` # source venv/bin/activate # python Python 3.7.3 Type "help", "copyright", "credits" or...
Also, this is very strange bacause between your configurations for Python 2 and 3 are no difference. In both cases Unit will load the latest Python 3 version.
@elder-easy-care This is mysterious. There shouldn't be any difference. By default, if you don't specify any version, it loads the latest one. In order to load Python 2, you have...