Nginx installation(Centos7)

V Records 1,590 Views
1.Install gcc Nginx source code compilation depends on the gcc environment [crayon-662258af3c33c626311487/] 2.Install PCRE pcre-devel PCRE (Perl Compatible Regular Expressions) is a P...

Simple way to install two Nginx under Linux

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

Windows Nginx command parameter usage details

V Records 1,746 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 inst...

How to enable Nginx gzip compression

V Records 1,466 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 fi...

Nginx Basic Auth login authentication configures

V Records 1,260 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 may...

LNMP One-Key Installation Package

V Records 1,787 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/Dee...

Nginx smooth upgrade

V Records 1,624 Views
1. Before you start, first look the current usage version and compile time parameters: [crayon-662258af3dc1f736488580/] or [crayon-662258af3dc27634157581/] Copy the compilation parameters, we w...
Go