Nginx (engine x) is a high-performance HTTP and reverse proxy web server that also provides IMAP/POP3/SMTP services. Nginx was developed by Igor Sysoev for the second most visited site in Russia, Rambler.ru (Russian: Рамблер). The first public version 0.1.0 was released on October 4, 2004. Nginx is a lightweight web server/reverse proxy server and email (IMAP/POP3) proxy server released under the BSD-like protocol. Its characteristics are that it occupies less memory and has strong concurrency capabilities. In fact, nginx's concurrency capabilities are indeed better than those of the same type of web servers. Users of nginx websites in mainland China include: Baidu, JD.com, Sina, NetEase, Tencent, Taobao, etc. So how does Linux start nginx? 1. Enter the sbin directory under the nginx installation directory 2. Execute the following command: ./nginx -c /usr/local/nginx/nginx/conf/nginx.conf illustrate: ● /usr/local/nginx/nginx/conf/nginx.conf is the path to your own nginx.conf. ● The -c parameter specifies the path of the nginx configuration file to be loaded. How to restart nginx in Linux? Restart smoothly: 1. Enter the sbin directory under the nginx installation directory 2. Execute the following command: ./nginx -s reload You may also be interested in:
|
<<: LayUI+Shiro implements a dynamic menu and remembers the example of menu expansion
>>: my.cnf (my.ini) important parameter optimization configuration instructions
The input box always displays the input history wh...
I took the bus to work a few days ago. Based on m...
1. Single row overflow 1. If a single line overfl...
Table of contents 0. What is Module 1.Module load...
This article shares the specific code of js to re...
1. Who is tomcat? 2. What can tomcat do? Tomcat i...
Table of contents 1 Promise Interrupt the call ch...
Preface lvm (Logical Volume Manager) logical volu...
Table of contents 1. Why use slots? 1.1 slot 1.2 ...
Note: I use Centos to install docker Step 1: Inst...
Add an input file HTML control to the web page: &...
Preface Index Condition Pushdown (ICP) is a new f...
Nginx load balancing server: IP: 192.168.0.4 (Ngi...
Official website explanation: When a component is...
Problem Description Recently, when I was building...