Nginx restart command

Source: Internet
Author: User
Nginx restart command recently, many of my VPS often encounter 502 errors and often need to restart nginx. However, many tutorials on the Internet require tedious startup scripts, which is far less simple than apache restart commands. After studying the nginx help, we found that the-s parameter can be used to manage the nginx service :#... nginx restart command recently, many of my VPS often encounter 502 errors and often need to restart nginx. However, many tutorials on the Internet require tedious startup scripts, which is far less simple than apache restart commands. After studying nginx, we found that the nginx service can be managed with the-s parameter: #/usr/local/nginx/sbin/nginx-hnginx version: nginx/0.7.63Usage: nginx [-? HvVt] [-s signal] [-c filename] [-p prefix] [-g directives] Options :-?, -H: this help-v: show version and exit-V: show version and configure options then exit-t: test configuration and exit-s signal: send signal to a master process: stop, quit, reopen, reload-p prefix: set prefix path (default:/usr/local/nginx/)-c filename: set configuration file (default: conf/nginx. conf)-g directives: set global directives out of configuration file. so I executed #/usr/local/nginx/sbin/nginx-s reloadnginx and restarted successfully.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.