Skip to content

Commit

Permalink
docs: using curl silent mod when fetching version (apache#9081)
Browse files Browse the repository at this point in the history
  • Loading branch information
qshuai authored Jul 19, 2023
1 parent 52627c4 commit 58c1a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Make sure that all the required ports (default: 9080, 9180, 9443 and 2379) are a
Once APISIX is running, you can use curl to access it. Send a simple HTTP request to validate if APISIX is working properly or not.

```sh
curl "http://127.0.0.1:9080" --head | grep Server
curl -sI "http://127.0.0.1:9080" | grep Server
```

If everything is ok, you will get the following response.
Expand Down

0 comments on commit 58c1a4c

Please sign in to comment.