Install the required environment 1. gcc installation To install nginx, you need to compile the source code downloaded from the official website. The compilation depends on the gcc environment. If you don’t have the gcc environment, you need to install it:
2. PCRE pcre-devel installation PCRE (Perl Compatible Regular Expressions) is a Perl library that includes a Perl compatible regular expression library. The http module of nginx uses pcre to parse regular expressions, so the pcre library needs to be installed on Linux. pcre-devel is a secondary development library developed using pcre. nginx also requires this library. Order:
3. zlib installation The zlib library provides many compression and decompression methods. Nginx uses zlib to gzip the contents of the http package, so the zlib library needs to be installed on Centos.
4. OpenSSL Installation OpenSSL is a powerful secure socket layer cryptographic library that includes major cryptographic algorithms, commonly used key and certificate packaging management functions, and SSL protocols, and provides a wealth of applications for testing or other purposes. Nginx not only supports the http protocol, but also supports https (that is, transmitting http over the ssl protocol), so you need to install the OpenSSL library on Centos.
Download the official website Download the .tar.gz installation package directly from: https://nginx.org/en/download.html Unzip
Configuration
Compile and install
Find the installation path:
Start and stop nginx
Query the nginx process: To enable automatic startup, just add the startup code in rc.local.
Add a row
Set Execute Permissions
You may also be interested in:
|
<<: Pitfalls encountered when installing MySQL 5.7.17 compressed version under Windows
>>: Implementation of WeChat applet message push in Nodejs
Notes on installing MySQL database, share with ev...
Table of contents Placeholder replacement Console...
123WORDPRESS.COM provides you with the FileZilla ...
This article shares the specific code of js to ac...
It is very easy to delete a table in MySQL, but y...
Use HTML to write a dynamic web clock. The code i...
Scenario 1: Html: <div class="outer"...
How to make a simple web calculator using HTML, C...
CSS: Copy code The code is as follows: *{margin:0;...
Table of contents Preface What does yarn create d...
Permissions and database design User Management U...
Table of contents What is a plugin Writing plugin...
First, there is only one change event. changeleve...
The first method: Use Junge's one-click scrip...
Vue methods and properties 1. Methods Usage 1 met...