- NGINX Cookbook
- Tim Butler
- 142字
- 2021-07-03 00:04:32
Introduction
The Secure Sockets Layer (SSL) standard has been traditionally used to encrypt web traffic that needs to be protected, such as financial transactions (for example, credit card numbers) and sensitive information. Recently, however, we have seen an ever-increasing trend of encrypting whole sites and all related services. The use of SSLs ensures that the whole transport of information is encrypted and therefore can't be intercepted, especially, now that Google has given a small Search Engine Optimization (SEO) ranking boost to sites that have an SSL enabled by default. While the boost is small, Google's focus on encouraging the safe transmission of data means that this will likely increase in the future.
Thankfully, NGINX's support for the latest SSL standards and the latest transport standards, such as HTTP/2 (covered in detail later), means that it's getting easier to efficiently deploy SSL-encrypted sites.
- Spring Boot 2實戰之旅
- C語言程序設計教程
- Mastering ServiceStack
- Mastering Spring MVC 4
- Python Game Programming By Example
- Java編程指南:基礎知識、類庫應用及案例設計
- 教孩子學編程:C++入門圖解
- Magento 1.8 Development Cookbook
- MATLAB定量決策五大類問題
- 用Flutter極速構建原生應用
- Hands-On Natural Language Processing with Python
- QGIS By Example
- Swift細致入門與最佳實踐
- Go語言底層原理剖析
- 運維前線:一線運維專家的運維方法、技巧與實踐