docs/fastly: document the ssl_hostname parameter in fastly service v1

This commit is contained in:
stack72 2016-12-06 08:30:44 +00:00
parent 01876ef415
commit 7f2ad8c690
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 1 additions and 0 deletions

View File

@ -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