Gzip 支持压缩哪些类型?
开启 Gzip 压缩将对特定文件类型进行压缩;关闭则不会对任何文件类型进行压缩。
目前,Gzip 支持压缩的类型包括:application/atom+xml、application/javascript、application/json、application/rss+xml、application/vnd.ms-fontobject、application/x-font-ttf、application/x-web-app-manifest+json、application/xhtml+xml、application/xml、font/opentype、image/svg+xml、image/x-icon、text/css、text/plain、text/x-component。
关闭健康检查是否还会自动切换到正常后端服务?
关闭健康检查后,ALB 将不再探测后端服务。一旦某台后端服务故障,流量无法自动切换至其他正常后端服务,可能导致业务受损,请谨慎操作。