Minor edit

This commit is contained in:
Maria Bermudez
2019-01-04 09:15:42 -08:00
committed by GitHub
parent 7e40582b2a
commit e37b2aefea

View File

@@ -130,9 +130,9 @@ These keys are supported:
| sticky_sessions | no | cookie-name | Always route a user to the same service, using HTTP cookies. This option can't be used with HTTPS routes |
| redirect | no | http://domain-name, or sni://domain-name | Redirect incoming requests to another route using an HTTP 301 redirect |
> Known issue
> #### Known issue
>
> For `sni` (https) routes, HRM forwards to service tasks before any task
> For SNI (HTTPS) routes, HRM forwards to service tasks before any task
> health checks have passed. This may result in traffic loss if a task is not
> ready to serve traffic immediately after it is scheduled.
{: .important}