Nginx reverse proxy server related content

Nginx features

1. Request forwarding
2. Load balancing
3. Dynamic and static separation
Insert picture description here

Request forwarding

Send the request through the client/browser to port 9001 in nginx, and then forward the request to port 8001 or 8002 of a different server according to the request (matching according to the path).
Insert picture description here

Load balancing

The client sends the request to the nginx9001 port and evenly distributes the request to different service areas (clusters).

Undo: Ctrl/Command+ Z
Redo: Ctrl/Command+ Y
Bold: Ctrl/Command+ B
Italic: Ctrl/Command+ I
Title: Ctrl/Command+ Shift+ H
Unordered list: Ctrl/Command+ Shift+ U
Ordered list: Ctrl/Command+ Shift+ O
Check list: Ctrl/Command+ Shift+ C
Insert code: Ctrl/Command+ Shift+ K
Insert link: Ctrl/Command+ Shift+ L
Insert picture: Ctrl/Command+ Shift+ G
Find: Ctrl/Command+ F
Replace: Ctrl/Command+G

Dynamic and static separation

Separate java code from ordinary static pages for access.

How to insert a beautiful piece of code

Go to the blog settings page, choose a code piece highlighting style you like, the same highlighting is shown below 代码片.

// An highlighted block
var foo = 'bar';

Generate a list that suits you

  • project
    • project
      • project
  1. Item 1
  2. Item 2
  3. Item 3
  • Scheduled Tasks
  • mission accomplished

Create a table

A simple table is created like this:

project Value
computer $1600
Cell phone $12
catheter $1

Setting content is centered, left, right

Use :---------:centered
use :----------left
use use ----------:right

first row the second list Third column
The first column of text is centered The second column of text is right The third column of text is left

Guess you like

Origin blog.csdn.net/weixin_43558210/article/details/113104149