mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
docs: Update for beta 15
This commit is contained in:
parent
44f6195f31
commit
aea9c986d1
8 changed files with 226 additions and 13 deletions
|
@ -49,7 +49,7 @@ Create a user named `caddy`, with a writeable home folder:
|
|||
|
||||
Next, take [this systemd unit file](https://github.com/caddyserver/dist/blob/master/init/caddy.service) and save it to `/etc/systemd/system/caddy.service`. Double-check the **ExecStart** and **ExecReload** directives---make sure the binary's location and command line arguments are correct for your installation.
|
||||
|
||||
Double-check that both your systemd and Caddy configs are correct before continuing.
|
||||
Double-check that both your systemd and Caddy configs are correct before continuing. Make sure your config file is in the location specified in the command.
|
||||
|
||||
To start the service for the first time, do the usual systemctl dance:
|
||||
|
||||
|
@ -73,7 +73,7 @@ You can stop the service with:
|
|||
|
||||
Requirements:
|
||||
|
||||
- [Go](https://golang.org/dl) 1.13 or newer
|
||||
- [Go](https://golang.org/dl) 1.14 or newer
|
||||
- [Go modules](https://github.com/golang/go/wiki/Modules) enabled
|
||||
|
||||
Download the `v2` branch source code:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue