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
Table of contents What is a partition table Parti...
1. Enter the host machine of the docker container...
MySQL SQL statement performance tuning simple exa...
The image of the microservice will be uploaded to...
1. Download the mysql-5.7.17-winx64.zip installat...
1. Stop the mysqld.exe process first 2. Open cmd ...
Recently, I found a fun hover animation from the ...
Native js encapsulated seamless carousel plug-in,...
What you learn from books is always shallow, and ...
The principle is to call the window.print() metho...
Table of contents Problem description: Installati...
1. Introduction to fastdfs 1. What is fastdfs Fas...
Preface I believe most people have used MySQL and...
Table of contents 1. Description of functions in ...
Table of contents 1. Object properties 1.1 Attrib...