mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:37:33 +03:00
docs: spellfixes
Pointed by the new CI job
This commit is contained in:
parent
72c41f7c8b
commit
fd1ce3d4b0
188 changed files with 1203 additions and 1208 deletions
|
|
@ -291,10 +291,10 @@ that exists in curl's test dir.
|
|||
|
||||
### Caddy
|
||||
|
||||
[Install caddy](https://caddyserver.com/docs/install), you can even put the
|
||||
[Install Caddy](https://caddyserver.com/docs/install), you can even put the
|
||||
single binary in a separate directory if you prefer.
|
||||
|
||||
In the same directory you put caddy, create a `Caddyfile` with the following
|
||||
In the same directory you put Caddy, create a `Caddyfile` with the following
|
||||
content to run an HTTP/3 reverse-proxy on port 7443:
|
||||
~~~
|
||||
{
|
||||
|
|
@ -311,6 +311,6 @@ localhost:7443 {
|
|||
}
|
||||
~~~
|
||||
|
||||
Then run caddy:
|
||||
Then run Caddy:
|
||||
|
||||
./caddy start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue