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

Hello, since bookworm was released last year, bullseye has become the oldstable - while not pressing right now, security support for bullseye (and relevant images) will cease at some (not...

## Description In the `routes` configuration section we have the possibility to add/set/remove response headers. I think we need a similar feature to handle request headers. ## Use cases Pass...

# What do I want? It's currently possible to add headers after the response has been generated, and it looks like this: ``` "action": { "share": "/www/static/$uri", "response_headers": { "Cache-Control":...

z-question

I've used nginx-unit for standalone php servers in the past with great success so I decided to try and move a rather large production configuration of nginx + php-fpm to...

z-php

This is to improve error messages for response headers configuration. Take the configuration as an example: ``` { "response_headers": { "a": "$b" } } ``` Previously, when applying it the...

### Discussed in https://github.com/nginx/unit/discussions/1100 Originally posted by **bunny-therapist** January 29, 2024 I am running a FastAPI app using nginx unit, and using a python script to send multiple sequential (wait...

z-python

I'm using `ngx_http_geoip2_module` with regular Nginx. Can I something similar for Unit? I'd like to get geo info for IP's that hit my server.

z-needs Investigation 🔬

1. Another implementation of proxy request creation. 2. Made the `$request_uri` constant. 3. Passed constant `REQUEST_URI` to applications. Need to separate the PR after tests pass. Here's a manual test....

Systemd unit in package unit-1.32.0-1.amzn2023.ngx.x86_64.rpm contains this line: `/usr/sbin/unitd $UNITD_OPTIONS --no-daemon` which renders `stdout` and `stderr` options of `/config/applications/*` objects useless, according to this line in the documentation: > When...