Difference between revisions of "What to Protect"
Jump to navigation
Jump to search
BenKoo>Benkoo |
BenKoo>Benkoo |
||
Line 5: | Line 5: | ||
=Network Protection= | =Network Protection= | ||
Encryption and authentication are some basic network-based security measures. A practical tool for network protection is Reverse Proxy Service. | |||
==Nginx Reverse Proxy== | ===Nginx Reverse Proxy=== | ||
A common practice to set up website is to use Nginx as a reverse proxy to direct web traffic through an encrypted channel, often called [[https]]. The following page on [[Nginx as Reverse Proxy]] shows how to do it. | A common practice to set up website is to use Nginx as a reverse proxy to direct web traffic through an encrypted channel, often called [[https]]. The following page on [[Nginx as Reverse Proxy]] shows how to do it. | ||
=References= | =References= |
Revision as of 15:41, 29 April 2021
Data Protection
Login mechanisms
QRCode-based login is popular in the WeChat user community. Open Source QRCode log-in code base can be found here[1][2][3].
Network Protection
Encryption and authentication are some basic network-based security measures. A practical tool for network protection is Reverse Proxy Service.
Nginx Reverse Proxy
A common practice to set up website is to use Nginx as a reverse proxy to direct web traffic through an encrypted channel, often called https. The following page on Nginx as Reverse Proxy shows how to do it.