How to reload and restart Nginx ?

nginx

Reload and Restart Nginx

Below commands work perfectly in Ubuntu

Reload Command of Nginx

sudo service nginx reload all

Restart Command of Nginx

sudo service nginx restart all

Check Status of Nginx

sudo service nginx status

Check Nginx file config proper

sudo service nginx -t

Kill Nginx Service

sudo killall nginx

Leave a Reply

Your email address will not be published. Required fields are marked *

web_horizontal
About Us ♢ Disclaimer ♢ Privacy Policy ♢ Terms & Conditions ♢ Contact Us

Copyright © 2023 ResearchThinker.com. All rights reserved.