fix: fix softlint cmd
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
703556d238
commit
7c175be594
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ the configuration files.
|
|||
Let's enable `<your-domain>`
|
||||
|
||||
```bash
|
||||
$ sudo ln -s /etc/nginx/sites-available/<your-domain> /etc/nginx/sites-available/<your-domain>
|
||||
$ sudo ln -s /etc/nginx/sites-available/<your-domain> /etc/nginx/sites-enabled/<your-domain>
|
||||
```
|
||||
|
||||
Verify configurations before deploying, `nginx` has a command
|
||||
|
|
Loading…
Reference in a new issue