docs/fastly: document the ssl_hostname parameter in fastly service v1
This commit is contained in:
parent
01876ef415
commit
7f2ad8c690
|
@ -175,6 +175,7 @@ Default `1000`
|
|||
Default `200`.
|
||||
* `port` - (Optional) The port number on which the Backend responds. Default `80`.
|
||||
* `ssl_check_cert` - (Optional) Be strict about checking SSL certs. Default `true`.
|
||||
* `ssl_hostname` - (Optional) Used for both SNI during the TLS handshake and to validate the cert.
|
||||
* `weight` - (Optional) The [portion of traffic](https://docs.fastly.com/guides/performance-tuning/load-balancing-configuration.html#how-weight-affects-load-balancing) to send to this Backend. Each Backend receives `weight / total` of the traffic. Default `100`.
|
||||
|
||||
The `condition` block supports allows you to add logic to any basic configuration
|
||||
|
|
Loading…
Reference in New Issue