Skip to content

Commit 3fdf8c6

Browse files
oCHRISoac000
authored andcommitted
Fix port number in listener object for php hello world app.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 73d723e commit 3fdf8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ section of the API. This time, we pass the config snippet straight from the
115115
command line:
116116

117117
``` console
118-
# curl -X PUT -d '{"127.0.0.1:8000": {"pass": "applications/helloworld"}}' \
118+
# curl -X PUT -d '{"127.0.0.1:8080": {"pass": "applications/helloworld"}}' \
119119
--unix-socket /path/to/control.unit.sock http://localhost/config/listeners
120120
```
121121
``` json

0 commit comments

Comments
 (0)