Timo Stark
Timo Stark
It would be very helpful to log the steps the Unit router takes to find the correct route for an incoming request to the `unit.log`. The idea behind this is...
Currently it could be hard to find out what `routes` matches given request meta data like `uri`, `hostname`, other HTTP headers, etc. An API endpoint able to match a request...
First of all this repository contains awesome examples and getting started configuration! Well done! I was just working on a issue https://github.com/nextcloud/docker/issues/1063 and updated my docker compose files to the...
## Problem According to the [documentation ](https://unit.nginx.org/installation/#inst-lang-docker) it should be possible to build custom container images using official Docker base images using `make` in `pkg/docker`. Issuing ```bash make build-php8.3.0RC6 VERSIONS_php=8.3.0RC6...
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...
In our docs, we are using brand names for reference. Some of them are outdated or incorrect. Examples: ARM is Arm. This issue will be the base for a PR...
On https://unit.nginx.org/controlapi/#control-api there is a list of Objects available in the Control-API. The NJS Module can be uploaded to `js_modules` . This endpoint is missing. ```text /js_modules Responsible for [...
Thanks for the awesome description and work on the Dockerfiles / Docker compose files! Really appreciated it! As Docker Captain I am always looking at the Docker parts of a...
On Unit 1.29.1 - Java17 - Docker `eclipse-temurin:17-jdk-jammy` It is not possible to load a SpringBoot application version >=3.0. Unit did not crash. It simply isn't loading the Spring Application...