Restart Wings in troubleshooting steps (#467)

This commit is contained in:
BakiDance 2022-10-14 12:23:11 -05:00 committed by GitHub
parent ec48a54387
commit d164684913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,11 @@ Once the process has complete, you can restart the Nginx service:
```bash
systemctl start nginx
```
You may also need to restart Wings as not every service is able to automatically apply an updated certificate:
```bash
systemctl restart wings
```
:::
::: tab "Method 2: acme.sh (Cloudflare)"