From 3fdf8c63a2dd4b3d676754d2e605877a8689e4c9 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Wed, 8 Nov 2023 11:27:44 +0000 Subject: [PATCH] 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(-) 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