docs: Minor updates to file_server and reverse_proxy

This commit is contained in:
Matthew Holt 2021-06-17 14:12:48 -06:00
parent 639c76b54c
commit 85dbc186c2
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
4 changed files with 11 additions and 10 deletions

View file

@ -45,7 +45,7 @@ The ellipses `...` indicates a continuation, i.e. one or more parameters.
Changes the config of the running Caddy process
- **[caddy reverse-proxy](#caddy-reverse-proxy)**
A simple but production-ready reverse proxy
A simple but production-ready HTTP(S) reverse proxy
- **[caddy run](#caddy-run)**
Starts the Caddy process in the foreground
@ -246,7 +246,7 @@ Because this command uses the API, the admin endpoint must not be disabled.
--to <addr>
[--change-host-header]</code></pre>
Spins up a simple but production-ready reverse proxy.
Spins up a simple but production-ready HTTP(S) reverse proxy.
`--from` is the address to proxy from.