Run the source code to install Sanbanaxe.
After installation is complete, you can directly Use the following command to start Nginx: /usr/local/nginx/sbin/nginxNginx starts as the Deamon process by default. Enter the following command:
curl
-i http://localhost/
If you want to stop Nginx after starting, you can use:
/usr/local/nginx/sbin/nginx -s
stop
The above has introduced the collection of nginx instructions, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.