Skip to content

Instantly share code, notes, and snippets.

@longtian
Last active June 29, 2017 04:04
Show Gist options
  • Save longtian/a325ca68ef7f036eb15e30240ccabc07 to your computer and use it in GitHub Desktop.
Save longtian/a325ca68ef7f036eb15e30240ccabc07 to your computer and use it in GitHub Desktop.
阿里云 SLB 的一些发现

所有问题的答案其实都在 https://help.aliyun.com/knowledge_detail/55202.html

take aways:

  • 即使 ECS 上没有压缩,SLB 会进行压缩
  • SLB 对 Content-Length 小于 1024 的不会进行压缩
  • SLB 只会针对某些类型的 Content-Type 进行压缩
  • SLB 和 ECS 之间的压缩使用 HTTP 1.0 协议
  • 4 层使用 LVS+Keepalived ,7 层使用 Tengine
  • 提供 5G 的 DDOS 安全防护
  • SLB HTTPS ticket 的时间为 300 秒
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment