Run and control Nginx
Run and control Nginx
If my article has helped you, I will be very happy and welcome to follow me Github Welcome to my Blog , welcome star.
nginx command line parameters
Unlike many other software systems, Nginx has only a few command line parameters and is configured entirely through a configuratio ...
Posted by Duncan85 on Mon, 29 Jul 2019 04:14:15 +0200
Simple Installation and Construction of nginx Server under CentOS 7
Simple Installation and Construction of nginx Server under CentOS 7
Memory is better than typing on the keyboard. Mengxin started writing his first blog today.
Refer to some other CSDN bosses'articles, record what you have learned, act as an experimental record.
The main purpose of the experiment
1. ...
Posted by scrappy1855 on Sat, 27 Jul 2019 13:28:44 +0200
Registry Construction Practice
1. Building Private registry
1. Regisry Mirror Transfer
Test host ip: 192.168.192.225 (Intranet Machine)With the help of other machines that can access the public networkDocker search registry and docker save-o. / registry. tar Copy to 192.168.192.225 machine docker load-i registry.tar to transfer the docker image of registry
Label:[root@node1 ...
Posted by illuz1on on Tue, 23 Jul 2019 21:17:41 +0200
Node+mongo+vue Development and Management Platform Deployed to Aliyun Server
Introduction: Using vue+element-ui to develop the front-end, node.js+express+mongodb to develop the back-end, deployed to the Ali cloud server (mirror information Node.js).
1. Apply for Aliyun Server
You can apply for the cheapest one to practice. CentOS is selected for system image and Node.js is selected for application image (version 4.8.4, ...
Posted by wama_tech on Tue, 23 Jul 2019 13:38:54 +0200
Nginx usage and configuration
Nginx Catalogue
$ cd /etc/nginx
$ ls -l
total 60
drwx------ 2 ubuntu ubuntu 4096 Jun 16 09:27 cert ## ssl certificate directory
drwxr-xr-x 2 root root 4096 Jul 12 2017 conf.d
-rw-r--r-- 1 root root 1077 Feb 11 2017 fastcgi.conf
-rw-r--r-- 1 root root 1007 Feb 11 2017 fastcgi ...
Posted by marque on Tue, 23 Jul 2019 06:41:40 +0200
Dynamic and Static Separation Configuration of Nginx
Dynamic and Static Separation of Nginx
The reverse agent of nginx, I think you should understand that the front-end nginx agent back-end tomcat, but in dealing with static resources (related pictures, etc.) Tomcat is not dominant. So dynamic and static separation uses location matching of nginx to make the static resources process by themselve ...
Posted by invictive on Sun, 21 Jul 2019 11:10:51 +0200
Detailed Installation and Configuration of nginx
Detailed Installation and Configuration of nginx
nginx virtual server curl-
Configuration is simple, flexible and portable.
High concurrency (static small file), static tens of thousands of concurrency
Small resource, 2W concurrent, 10 threaded services, memory consumption is only several hundred M
There are many kinds of functions (web,c ...
Posted by love_php on Sat, 20 Jul 2019 17:41:33 +0200
Using Nginx under Windows
Sketch:
Nginx is an open source Web server, and Nginx also provides Reverse proxy and load balancing Functions. -
Nginx is usually exposed as a load balancer to accept user requests in the external network, but also uses its reverse proxy function to forward user requests to the actual intranet serv ...
Posted by d_barszczak on Fri, 19 Jul 2019 05:33:54 +0200
Caddy: A Fresh and Free Web Server
Caddy: A Fresh and Free Web Server Subordinate to the author Server-side Application Development and System Architecture Nginx has been used in our company before, but its configuration includes some feature support which is slightly more complicated than Caddy, which can be referred to by the author. Nginx Basic Configuration Memorandum.
Ca ...
Posted by blogger3 on Thu, 18 Jul 2019 01:50:54 +0200
A Pressure Test Report for LVS
LVS test report
test plan
Basic Function Testing
Flow pressure test
Response time test
Configuration Correctness Test
Disaster Recovery Testing
Test points
Basic Function Testing
Client IP Address Correctness
Real Server Access Internet Tests (including Iptables Rule Priorities)
Flow pressure test
Flow peak t ...
Posted by chrispbrown on Wed, 03 Jul 2019 01:29:44 +0200