- 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.
- C語言程序設計習題解析與上機指導(第4版)
- SpringMVC+MyBatis快速開發與項目實戰
- Functional Programming in JavaScript
- Cassandra Data Modeling and Analysis
- Python機器學習算法與實戰
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- Android開發:從0到1 (清華開發者書庫)
- 深入分布式緩存:從原理到實踐
- C#程序設計(項目教學版)
- Java編程從入門到精通
- Visual FoxPro 6.0程序設計
- 零基礎學HTML+CSS
- 體驗之道:從需求到實踐的用戶體驗實戰
- Isomorphic Go
- Java 9:Building Robust Modular Applications