diff options
| author | oxpa <iippolitov@gmail.com> | 2025-03-03 15:22:09 +0000 |
|---|---|---|
| committer | oxpa <iippolitov@gmail.com> | 2025-03-03 15:22:09 +0000 |
| commit | 228377b1ff64b7ffba92c1914de667d8d018b2b3 (patch) | |
| tree | 285055bed39f1c64920c29e8978f580618f6fbce /tools/unitctl/unit-openapi | |
| parent | bdc4d30548c6964f6fedffb27c4e41176a67de05 (diff) | |
| parent | 8ab74a8cc929272eb8683d3f6ab4cb406465fd34 (diff) | |
| download | unit-1.34.2-1.tar.gz unit-1.34.2-1.tar.bz2 | |
Merge tag '1.34.2' into packaging1.34.2-1
Unit 1.34.2 release.
Diffstat (limited to 'tools/unitctl/unit-openapi')
| -rw-r--r-- | tools/unitctl/unit-openapi/Cargo.toml | 2 | ||||
| -rw-r--r-- | tools/unitctl/unit-openapi/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/unitctl/unit-openapi/Cargo.toml b/tools/unitctl/unit-openapi/Cargo.toml index 1b0b3bcf..883535be 100644 --- a/tools/unitctl/unit-openapi/Cargo.toml +++ b/tools/unitctl/unit-openapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unit-openapi" -version = "1.34.1" +version = "1.34.2" authors = ["unit-owner@nginx.org"] description = "NGINX Unit is a lightweight and versatile application runtime that provides the essential components for your web application as a single open-source server: running application code, serving static assets, handling TLS and request routing. **Important**: Unit's API is designed to expose any part of its configuration as an addressable endpoint. Suppose a JSON object is stored at `/config/listeners/`: ```json { \"*:8080\": { \"pass\": \"applications/wp_emea_dev\" } } ``` Here, `/config/listeners/_*:8080` and `/config/listeners/_*:8080/pass` are also endpoints. Generally, object options are addressable by their names, array items—by their indexes (`/array/0/`). **Note**: By default, Unit is configured through a UNIX domain socket. To use this specification with OpenAPI tools interactively, [start](https://unit.nginx.org/howto/source/#source-startup) Unit with a TCP port as the control socket." license = "Apache 2.0" diff --git a/tools/unitctl/unit-openapi/README.md b/tools/unitctl/unit-openapi/README.md index e9de1a1c..9e8e6d42 100644 --- a/tools/unitctl/unit-openapi/README.md +++ b/tools/unitctl/unit-openapi/README.md @@ -21,7 +21,7 @@ For more information, please visit [https://unit.nginx.org/](https://unit.nginx. This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: 0.2.0 -- Package version: 1.34.1 +- Package version: 1.34.2 - Generator version: 7.6.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` |
