From d6e69ebb56fe6890bd6ec587295ff1d67e2849fe Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Thu, 1 Sep 2022 13:50:30 +0400 Subject: [PATCH] Added Unit documentation --- unit/README-short.txt | 1 + unit/content.md | 15 +++++++++++++++ unit/get-help.md | 1 + unit/github-repo | 1 + unit/license.md | 1 + unit/logo.svg | 1 + unit/maintainer.md | 1 + 7 files changed, 21 insertions(+) create mode 100644 unit/README-short.txt create mode 100644 unit/content.md create mode 100644 unit/get-help.md create mode 100644 unit/github-repo create mode 100644 unit/license.md create mode 100644 unit/logo.svg create mode 100644 unit/maintainer.md diff --git a/unit/README-short.txt b/unit/README-short.txt new file mode 100644 index 000000000..a2b0e0e34 --- /dev/null +++ b/unit/README-short.txt @@ -0,0 +1 @@ +Official build of NGINX Unit: a polyglot app server, a reverse proxy, and a static file server diff --git a/unit/content.md b/unit/content.md new file mode 100644 index 000000000..fce102d06 --- /dev/null +++ b/unit/content.md @@ -0,0 +1,15 @@ +# What is Unit? + +NGINX Unit is a polyglot app server, a reverse proxy, and a static file server, available for UNIX-like systems. It was built by nginx team members from scratch to be highly efficient and fully configurable at runtime. It is licensed under the Apache 2.0 license. The supported application languages are Go, JavaScript, Java, Perl, PHP, Python, Ruby, and more. + +> [Key Features](https://unit.nginx.org/#key-features) + +%%LOGO%% + +# Available tags + +Please see [Unit's website](http://unit.nginx.org/installation/#docker-images) for details. + +# How to use this image + +Please check the [Initial Configuration](http://unit.nginx.org/installation/#initial-configuration) section on Unit's website. Additionally, our [Docker howto](http://unit.nginx.org/howto/docker/) can be of help. diff --git a/unit/get-help.md b/unit/get-help.md new file mode 100644 index 000000000..877f2c47e --- /dev/null +++ b/unit/get-help.md @@ -0,0 +1 @@ +the [GitHub issues page](https://github.com/nginx/unit/issues), the [NGINX community](https://nginxcommunity.slack.com/) diff --git a/unit/github-repo b/unit/github-repo new file mode 100644 index 000000000..18f0d0ef5 --- /dev/null +++ b/unit/github-repo @@ -0,0 +1 @@ +https://github.com/nginx/unit diff --git a/unit/license.md b/unit/license.md new file mode 100644 index 000000000..d7cd70326 --- /dev/null +++ b/unit/license.md @@ -0,0 +1 @@ +View [license information](https://raw.githubusercontent.com/nginx/unit/master/LICENSE) for the software contained in this image. diff --git a/unit/logo.svg b/unit/logo.svg new file mode 100644 index 000000000..e25d3667c --- /dev/null +++ b/unit/logo.svg @@ -0,0 +1 @@ + diff --git a/unit/maintainer.md b/unit/maintainer.md new file mode 100644 index 000000000..dd9202060 --- /dev/null +++ b/unit/maintainer.md @@ -0,0 +1 @@ +[the Unit Docker Maintainers](%%GITHUB-REPO%%)