SyntaxFix
Write A Post
Hire A Developer
Questions
If your system has systemctl
systemctl
sudo systemctl reload nginx
If your system supports service (using debian/ubuntu) try this
service
sudo service nginx reload
If not (using centos/fedora/etc) you can try the init script
sudo /etc/init.d/nginx reload