unit
unit copied to clipboard
NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming l...
When compiling with GCC and -Og we get the following warnings ``` cc -c -pipe -fPIC -fvisibility=hidden -Og -W -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-prototypes -g -I src -I build/include \...
I Just read the entire README.md and cannot see why I would use this, vs regular Nginx. Is there such a "hey if these are your problems, maybe this, for...
``` Mac OS: 10.15.3 (19D76) NodeJS: v13.9.0 npm: 6.13.7 ``` hi, I'm trying to install the unit-http on Mac OS: `npm install unit-http --global --unsafe-permk` which results in: ``` >...
Unfriendly behavior in some cases. **steps**: 1. create sample express-application (nodejs) from unit's examples inside docker container 2. setup arguments as ["**nodemon**", "--loader", "unit-http/loader.mjs", "--require", "unit-http/loader", "src/server.js"] 3. docker up...
Hi, I added Nginx and Nginx Unit to the TechEmpower benchmark. But in the last versions it's failing with PHP: https://tfb-status.techempower.com/unzip/results.2022-11-25-12-16-16-174.zip/results/20221119184855/php-unit/run/php-unit.log Old config without problems, and faster than Nginx: https://github.com/TechEmpower/FrameworkBenchmarks/blob/R20/frameworks/PHP/php/php-unit.dockerfile...
As @hongzhidao suggested > The only question is if we need to add a BB test or not. Do we want a BB with say, Alpine Linux + clang? >...
It would be nice to have alternative official docker images that run on Ubuntu and Alpine, which are two of the most used base images.
When benchmarking my symfony application running in a unit docker container I encountered the following segfault after increasing limits.requests to 1000: ``` FROM --platform=linux/amd64 unit:1.30.0-php8.2 RUN apt-get update && apt-get...
may be we can add option to "show available modules" or something like this because this message: ``` { "error": "Invalid configuration.", "detail": "The module to run \"php74\" is not...
Enabling gzip/brotli compression on pure NGINX is relatively simple. However, I want to enable gzip/brotli compression for NGINX Unit. I'm not seeing anything on the NGINX Unit configuration man page...