diff options
author | Chris Adams <chrisadams1267@gmail.com> | 2023-11-08 11:27:44 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-11-21 14:01:40 +0000 |
commit | 3fdf8c63a2dd4b3d676754d2e605877a8689e4c9 (patch) | |
tree | fbc0a3e96733f096681edc5e22fa835feecda0c2 /README.md | |
parent | 73d723e56ab183185cc13d9c7863c7c7c8786280 (diff) | |
download | unit-3fdf8c63a2dd4b3d676754d2e605877a8689e4c9.tar.gz unit-3fdf8c63a2dd4b3d676754d2e605877a8689e4c9.tar.bz2 |
Fix port number in listener object for php hello world app.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |