Nginx installation(Centos7)

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

Simple way to install two Nginx under Linux

V Records 39,360 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,830 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,542 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,336 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,869 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,721 Views
1. Before you start, first look the current usage version and compile time parameters: [crayon-6717e6ce92fff272011024/] or [crayon-6717e6ce93002105903629/] Copy the compilation parameters, we w...
Go