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 345 unit issues
Sort by recently updated
recently updated
newest added

I'm trying to configure Unit for [Phabricator](https://secure.phabricator.com/book/phabricator/article/configuration_guide/), which requires rewriting the URI into a request argument `__path__` and keeping the previous request arguments. In Nginx, this can be implemented with...

Hello. Is there a way to get json logs instead of these ? ![image](https://github.com/nginx/unit/assets/55926214/7431399f-65ad-4d3e-a857-525c0bbe8330)

I am currently using Nginx Unit to run multiple instances of an Express application. I have several cron jobs that perform database operations (using node-cron). These jobs need to be...

z-question

os: ubuntu server 22.04 unit version: 1.31.0 unit config ``` { "access_log": { "format": "{\"time_local\":\"$time_local\",\"status\":\"$status\",\"uri\":\"$uri\",\"request_uri\":\"$request_uri\",\"request_line\":\"$request_line\",\"remote_addr\":\"$remote_addr\",\"method\":\"$method\",\"host\":\"$host\",\"header_user_agent\":\"$header_user_agent\",\"header_referer\":\"$header_referer\",\"body_bytes_sent\":\"$body_bytes_sent\"}", "path": "/opt/nebula/log/nebula-statistics/nebula-statistics_unit_access.log" }, "applications": { "nebula-statistics_api_1": { "isolation": { "namespaces": { "cgroup": true } },...

Please add support for the HTTP Range header when serving static files, such that a range of bytes can be requested. Ref RFC 9110: https://datatracker.ietf.org/doc/html/rfc9110#name-range-requests This allows interrupted downloads to...

Hello **Context:** I am running a python Flask application with Nginx Unit which sends continuously Server-Sent-Event (SSE) to a client. There is a timeout to avoid infinite loops in the...

z-enhancement ⬆️

I have a simple config and whenever there is a startup error with the application the next unit restart causes all applications and listeners to be lost. `curl http://127.0.0.1:8080/config` yields:...

Hi, I'm still trying to replace some Gunicorn with Unit, but I have issues when I try to shut down Unit gracefully. I expect it to properly handle the current...

z-needs Investigation 🔬

Is: When I try to compile a Golang application for nginx unit under Windows I get the following error: ````sh $ CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o myapp cmd/main.go; #...

z-needs Investigation 🔬

On the NGINX Community Slack we had a discussion about how to create a shared hosting environment with NGINX Unit for Wordpress (PHP). This issue is a placeholder to document...

z-documentation-update-needed