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...
Let's open this as the main thread for discussing the inclusion of documentation for libunit (a.k.a., Unit's C API). I'll CC some interested parties: Cc: @andreivasiliu Cc: @junsoo999 Cc: @ac000...
Improved the comments in `nxt_unit.h` for the C API, based on what I've understood so far from reading Unit's code while following [alejandro-colomar](https://github.com/alejandro-colomar)'s [answers](https://github.com/nginx/unit/issues/738#issuecomment-1555947237). This is for #738.
Is it possible to specify error log format? I'm using unit with php application and have troubles determining what URL handler triggerred some errors which can not be reliably caught...
Followed steps on https://unit.nginx.org/howto/fastapi/ Code: https://github.com/brujah/nginx-unit Command: sudo curl -X PUT --data-binary @config.json --unix-socket /var/run/control.unit.sock http://localhost/config/ Error: Failed to apply new configuration /var/log/unit.log: https://pastebin.com/SzsKRc9S unitd --version unit version: 1.31.0 configured...
I think it is a great idea to implement certbot in unit or some features to help automate lets encrypt ssl refreshing
When writing a Unit config, certain parts may need to be dynamically inserted, and so it would be great to be able to reference env vars that get evaluated at...
I'm running the unit docker image and when it starts up it logs a message to **stderr** which in turns causes the logs to be picked up by our gcp...
Is there any support for a web application firewall like an integration with https://github.com/SpiderLabs/ModSecurity planned? This also could be developed "externally" if there is something like extension/middleware support. Maybe related...
Hello, I am newbie in this filed, and I am working on binding my C++ application and NGINX Unit to implement the fast Web Application Server. But C++ language is...
Hi there, accessing the root document of Unit returns a proprietary JSON document describing the service(s): ``` $ curl --unix-socket /var/run/control.unit.sock http://localhost/ ``` I would suggest adding support for [OpenAPI](https://swagger.io/docs/specification/about/),...