Timo Stark

Results 10 issues of 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...

needs Investigation 🔬

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...

enhancement
docs
1. To develop

## 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...

z-enhancement ⬆️
z-roadmap

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

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...

z-bug 🐞

## PR Description This PR removes the explicit version string (`version: "3"`) from the `docker-compose.yml`. ## Rationale - **Deprecated in Compose Specification** The Docker Compose specification no longer requires or...

enhancement