Change all import paths: mholt/caddy -> caddyserver/caddy

Includes updating go.mod to use new module path
This commit is contained in:
Matthew Holt
2019-07-02 12:49:20 -06:00
parent 0b2e054839
commit f5720fecd6
147 changed files with 292 additions and 292 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ Install the systemd service unit configuration file, reload the systemd daemon,
and start caddy:
```bash
wget https://raw.githubusercontent.com/mholt/caddy/master/dist/init/linux-systemd/caddy.service
wget https://raw.githubusercontent.com/caddyserver/caddy/master/dist/init/linux-systemd/caddy.service
sudo cp caddy.service /etc/systemd/system/
sudo chown root:root /etc/systemd/system/caddy.service
sudo chmod 644 /etc/systemd/system/caddy.service