From 73d723e56ab183185cc13d9c7863c7c7c8786280 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Thu, 13 Apr 2023 11:57:14 +0100 Subject: Red Hat should always be spelled as two words. Link: Link: Cc: Artem Konev Signed-off-by: Andrew Clayton --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index badd2391..af703a6b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For a description of image tags, see the [docs](https://unit.nginx.org/installation/#docker-images). -### Amazon Linux, Fedora, RedHat +### Amazon Linux, Fedora, Red Hat ``` console $ wget https://raw.githubusercontent.com/nginx/unit/master/tools/setup-unit && chmod +x setup-unit -- cgit From 3fdf8c63a2dd4b3d676754d2e605877a8689e4c9 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Wed, 8 Nov 2023 11:27:44 +0000 Subject: Fix port number in listener object for php hello world app. Signed-off-by: Andrew Clayton --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index af703a6b..48b82b64 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ section of the API. This time, we pass the config snippet straight from the command line: ``` console -# curl -X PUT -d '{"127.0.0.1:8000": {"pass": "applications/helloworld"}}' \ +# curl -X PUT -d '{"127.0.0.1:8080": {"pass": "applications/helloworld"}}' \ --unix-socket /path/to/control.unit.sock http://localhost/config/listeners ``` ``` json -- cgit From 263460d9302eb95f58fcd1216264e859bcafc3e9 Mon Sep 17 00:00:00 2001 From: Taryn Musgrave <34845739+tarynmusgrave@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:32:17 -0500 Subject: Docs: replaced the slack community links with GitHub Discussions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 48b82b64..4e230767 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ usability. ## Community - The go-to place to start asking questions and share your thoughts is - our [Slack channel](https://community.nginx.org/joinslack). + [GitHub Discussions](https://github.com/nginx/unit/discussions). - Our [GitHub issues page](https://github.com/nginx/unit/issues) offers space for a more technical discussion at your own pace. -- cgit