mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 11:47:12 -04:00
Merge branch 'master' of github.com:caquino/website
This commit is contained in:
commit
c6a422ceca
1 changed files with 2 additions and 2 deletions
|
@ -84,10 +84,10 @@ Procedure:
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
||||||
`dpkg-divert` will move `/usr/bin/caddy` binary to `/usr/bin/caddy.default` and put a divertion in place in case any package want to install a file to this location.
|
`dpkg-divert` will move `/usr/bin/caddy` binary to `/usr/bin/caddy.default` and put a diversion in place in case any package want to install a file to this location.
|
||||||
|
|
||||||
`update-alternatives` will create a symlink from the desired caddy binary to `/usr/bin/caddy`
|
`update-alternatives` will create a symlink from the desired caddy binary to `/usr/bin/caddy`
|
||||||
|
|
||||||
You can change between the custom and default `caddy` binaries by executing
|
You can change between the custom and default `caddy` binaries by executing
|
||||||
<pre><code class="cmd bash">update-alternatives --config caddy</code></pre>
|
<pre><code class="cmd bash">update-alternatives --config caddy</code></pre>
|
||||||
and following the on screen information.
|
and following the on screen information.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue