Blog Archives

Nginx installation(Centos7)

V Records 1,594 Views
1.Install gcc Nginx source code compilation depends on the gcc environment [crayon-66282fc7f2fbf917965495/] 2.Install PCRE pcre-devel PCRE (Perl Compatible Regular Expressions) is a Perl library that inc...

Simple way to install two Nginx under Linux

V Records 36,779 Views
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...

Windows Nginx command parameter usage details

V Records 1,752 Views
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...

Nginx port mapping configuration

V Records 4,563 Views ,
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...

How to enable Nginx gzip compression

V Records 1,473 Views
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-66...

Nginx Basic Auth login authentication configures

V Records 1,267 Views
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...

LNMP One-Key Installation Package

V Records 1,792 Views
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...

Nginx smooth upgrade

V Records 1,629 Views
1. Before you start, first look the current usage version and compile time parameters: [crayon-66282fc801396854653290/] or [crayon-66282fc80139d771586845/] Copy the compilation parameters, we will use them when co...
Go