1.Install gcc
Nginx source code compilation depends on the gcc environment
[crayon-673ef8998b38e131148494/]
2.Install PCRE pcre-devel
PCRE (Perl Compatible Regular Expressions) is a Perl library that inc...
Here mainly introduces How to run 2 or more nginx on one server at the same time.May be written a bit general.
Install multiple Nginx at the same time
If you need to install two or more Nginx on one server, then...
This article mainly introduces Nginx's most basic nginx commands such as starting, stopping, viewing, and testing configuration files on Windows servers.
Nginx command: start nginx
After installing nginx on Wind...
Foreword
The common way to build a website is to use a web server to parse the file entry file. For example, using Nginx, Apache parses the corresponding entry file, but with the development of technology, some lan...
After the server is configured, you also need to enable gzip to compress the returned data to speed up the loading of the site.
Here's how to enable gzip on Nginx (add it to the configuration file):
[crayon-67...
Sometimes we build a file server through nginx, which is generally open, but we hope that the server will not let others see it. Someone may set up a login system, but it is too troublesome, or maybe it is not necessa...
Nginx's default virtual host takes effect when the user accesses it via IP or through an unset domain name (such as someone pointing his own domain name to your server's ip
For example, when someone visits your web...
LNMPÂ Introduction
The LNMP One-Key Installation Package is a Linux Shell that can be used to install LNMP (Nginx/MySQL/PHP), LNMPA for CentOS/RHEL/Fedora/Aliyun/Amazon, Debian/Ubuntu/Raspbian/Deepin/Mint Linux VPS o...
1. Before you start, first look the current usage version and compile time parameters:
[crayon-673ef8998bf99457014891/]
or
[crayon-673ef8998bf9c581407544/]
Copy the compilation parameters, we will use them when co...
1.What is websocket
The difference between the WebSocket protocol and the HTTP protocol is that WebSocket can communicate many times after a successful handshake until the connection is shut down. WebSocket's hands...