docs: A few more updates for v2.4.0

This commit is contained in:
Matthew Holt 2021-05-10 13:43:20 -06:00
parent a223b5ed55
commit 10f700ad19
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
8 changed files with 61 additions and 26 deletions

View file

@ -123,7 +123,7 @@ To adapt a Caddyfile to JSON that you can easily read and tweak manually:
<pre><code class="cmd bash">caddy build-info</code></pre>
Prints information provided by Go about the build (main module path, package versions, replacements).
Prints information provided by Go about the build (main module path, package versions, module replacements).
@ -297,6 +297,7 @@ Runs Caddy and blocks indefinitely; i.e. "daemon" mode.
<pre><code class="cmd bash">caddy start
[--config &lt;path&gt;]
[--adapter &lt;name&gt;]
[--envfile &lt;file&gt;]
[--pidfile &lt;file&gt;]
[--watch]</code></code></pre>