Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.08 KB

File metadata and controls

42 lines (33 loc) · 1.08 KB

The nginx core concepts

1. Transparent proxy

2. Load balance

3. High availability

Common proxy concepts

1. Forward Proxy

The proxy is setted by client and the users know their requests are transferred

2. Reverse Proxy

The proxy is used by server and people can not know if the flow goes through the proxy server

frequent commaand

nginx -s reload restart the nginx server

nginx -t test the nginx conf

nginx.conf files

mime.types indicates the different types. default_type application/octet-stream

nginx deploy a html page

deploy prefix router.

read these chapters link1 link2 link3 link4 Pay more attention to the path.