docs: Update for beta 15

This commit is contained in:
Matthew Holt 2020-02-28 11:16:45 -07:00
parent 44f6195f31
commit aea9c986d1
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
8 changed files with 226 additions and 13 deletions

View file

@ -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: