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

@JanMikes and @tagur87 on GitHub both reported issues with long URLs that were exceeding the 8192 byte large_header_buffer_size setting, which resulted in a HTTP 431 error (Request Header Fields Too...

Hello there! I am currently developing an application, that uses WebSockets. Therefor, I use Django Channels together with Unit. On the developement server (daphne) everything works fine, but on the...

z-needs Investigation 🔬

I have a WordPress website backup created using [Duplicator](https://wordpress.org/plugins/duplicator/) which I'm trying to install and run under unit. I can access and run the installer script installer.php it does unzip...

Currently, `make install` is implemented as: ```mk install: ${NXT_DAEMON}-install manpage-install ``` ```mk ${NXT_DAEMON}-install: $NXT_DAEMON install-check install -d \$(DESTDIR)$NXT_SBINDIR install -p $NXT_BUILD_DIR/$NXT_DAEMON \$(DESTDIR)$NXT_SBINDIR/ install -d \$(DESTDIR)$NXT_STATE ``` If `$NXT_SBINDIR` or `$NXT_STATE`...

Imagine I have an empty configuration like: ``` curl --unix-socket /usr/local/var/run/unit/control.sock localhost/config {} ``` I now want to add an application like: ``` curl -X PUT -d '{ "type": "external",...

Hi! We need to proceed long URL (10.000 charactes), but it is ending up with 431 error. I believe it is caused by this condition: https://github.com/nginx/unit/blob/2348229dc7656f36a7915d85af56aae9ed9fb120/src/nxt_h1proto.c#L716 Is there any way...

enhancement ⬆️

Currently the unit php module returns either a 500 'Internal Service Error' or 503 'Service Unavailable' in various scenarios. E.g trying to access a directory that doesn't exist (or doesn't...

enhancement ⬆️

Hi team, I wanted to install nginx with rtmp and run on mac os monterey M1. Can you please guide with the command. The old commands: brew tap homebrew/nginx brew...

Hi there, I'm using nginx unit available in the "Advanced Feature" panel in DirectAdmin. I created zzzz folder to host my python app inside the public_html folder like /home/xxxx/domains/yyyy/public_html/zzzz/ and...

Currently , Websockets is supported only on ASGI , any plans on adding support for WSGI as well?