unit icon indicating copy to clipboard operation
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...

Results 310 unit issues
Sort by recently updated
recently updated
newest added

nginx error log ``` [root@awmbtc ~]# tail /var/log/nginx/error.log 2021/12/24 10:48:00 [notice] 9589#9589: signal 29 (SIGIO) received 2021/12/24 10:53:01 [notice] 9589#9589: signal 15 (SIGTERM) received from 11124, exiting 2021/12/24 10:53:01 [notice]...

## How I discovered this issue Trying to build 2 docker images: - unit-jsc8 - unit-jsc10 ## Fix GPG key Before each `apt-get update`, I needed to add the following...

Installed Unit and got the following error: Errors were encountered while processing: /tmp/apt-dpkg-install-foRb5m/48-unit-go1.9_1.9.0-1~bionic_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) Otherwise installation complete

I am still a beginner and it is hard to understand how to use without NGINX. Applications open on different ports. i.e. these ports need to be opened in the...

question

Hey everyone, We had a big spike of traffic that overloaded the capacity of one of our services backed by Unit and after this event, some of (not all) the...

Thanks for Unit, im using it in my production apps. Please add something similar to nginx's limit_req / limit_conn functional, it would be wery cool !

enhancement ⬆️

I am running Django Channels under Unit 1.23. If I have an ASGI application running with connected web sockets, that application does not shut down. Is there a way from...

Hi there, It would be great to be able to filter access logs by its content. I'm running my apps in a Kubernetes cluster, and have some healthchecks configured on...

enhancement ⬆️

When using isolation (and also otherwise) it is lots of times better to set uid/gid than depend on getpwnam and resolving. suggestion is either to introduce uid/gid parameters and/or if...

enhancement ⬆️