Start nginx from command line

王林
Release: 2020-06-04 16:55:56
Original
5133 people have browsed it

Start nginx from command line

If nginx is in the d:/software/nginx directory, the command line startup method is:

1. Enter the d:/software/nginx directory Next

cd d:/software/nginx
Copy after login

2. Start nginx

start nginx
Copy after login

3. If you need to shut down nginx, execute the following command:

nginx -s stop
Copy after login

Start nginx from command line

Recommended tutorial: nginx usage tutorial

The above is the detailed content of Start nginx from command line. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!