Use systemctl to reload nginx ?

This commit is contained in:
Alexandre Aubin 2018-10-12 12:36:54 +02:00 committed by GitHub
parent acb2eae187
commit 911e969851
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,5 +47,5 @@ nginx -t
### Si tout est OK on applique les modifications de la configuration
```bash
nginx -s reload
```
systemctl reload nginx
```