mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-03 04:27:36 +08:00
change: the first letter of the title name should be uppercase.
This commit is contained in:
parent
33d79947b5
commit
357b29bd0b
@ -12,6 +12,7 @@ APISIX is a cloud-native microservices API gateway, delivering the ultimate perf
|
||||
|
||||
### CentOS
|
||||
#### Dependencies
|
||||
|
||||
- OpenResty
|
||||
```shell
|
||||
sudo yum install yum-utils
|
||||
@ -76,7 +77,7 @@ curl http://127.0.0.1:2379/v2/keys/apisix/routes/1 -X PUT -d value='{"methods":[
|
||||
```
|
||||
|
||||
```shell
|
||||
curl -i -H 'host:baidu.com' 127.0.0.1:9080/hello
|
||||
curl -i -H 'Host: baidu.com' 127.0.0.1:9080/hello
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user