mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Use systemctl to reload nginx ?
This commit is contained in:
parent
acb2eae187
commit
911e969851
1 changed files with 2 additions and 2 deletions
|
@ -47,5 +47,5 @@ nginx -t
|
||||||
|
|
||||||
### Si tout est OK on applique les modifications de la configuration
|
### Si tout est OK on applique les modifications de la configuration
|
||||||
```bash
|
```bash
|
||||||
nginx -s reload
|
systemctl reload nginx
|
||||||
```
|
```
|
Loading…
Reference in a new issue