update links
This commit is contained in:
parent
b63ec34bc5
commit
d5dbb4d6d5
|
@ -18,13 +18,13 @@ Quick 'n' Dirty
|
||||||
**Caddy**:
|
**Caddy**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -L https://git.daplie.com/Daplie/caddy-installer/raw/master/install-caddy | bash
|
curl -L https://git.coolaj86.com/coolaj86/caddy-installer.sh/raw/master/install-caddy | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
**Caddy + Features**:
|
**Caddy + Features**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -L https://git.daplie.com/Daplie/caddy-installer/raw/master/install-caddy | bash -s -- search,realip
|
curl -L https://git.coolaj86.com/coolaj86/caddy-installer.sh/raw/master/install-caddy | bash -s -- search,realip
|
||||||
```
|
```
|
||||||
|
|
||||||
The default site location is `/srv/www/` and the server begins immediately.
|
The default site location is `/srv/www/` and the server begins immediately.
|
||||||
|
@ -40,7 +40,7 @@ Yes... you install the installer
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# download
|
# download
|
||||||
curl -L https://git.daplie.com/Daplie/caddy-installer/raw/master/install-caddy -o install-caddy
|
curl -L https://git.coolaj86.com/coolaj86/caddy-installer.sh/raw/master/install-caddy -o install-caddy
|
||||||
|
|
||||||
#change permissions
|
#change permissions
|
||||||
sudo chown root:root ./install-caddy
|
sudo chown root:root ./install-caddy
|
||||||
|
|
Loading…
Reference in New Issue