fix: s/systemtl/systemctl/
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0687d27c5a
commit
8cfecd1ede
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ $ sudo ufw allow 443 # open ports 443 for HTTPS traffic
|
|||
#### 1.4.2) Configure `nginx` to start on boot
|
||||
|
||||
```bash
|
||||
$ sudo systemtl enable nginx # automatically start nginx on boot
|
||||
$ sudo systemtl start nginx # start nginx server
|
||||
$ sudo systemctl enable nginx # automatically start nginx on boot
|
||||
$ sudo systemctl start nginx # start nginx server
|
||||
```
|
||||
|
||||
And verify it works:
|
||||
|
|
Loading…
Reference in a new issue