To restart nginx web server use any one of the following command as a root user:
# /etc/init.d/nginx restartHowever, recommed way is as follows which should work with any Linux distribution :
# nginx -s reloadOR
# /usr/local/nginx/sbin/nginx -s reload
No comments:
Post a Comment