One more note about dynamic upstreams

This commit is contained in:
Matthew Holt 2022-03-09 13:49:48 -07:00 committed by Francis Lavoie
parent 9eeaf624e3
commit dacc642ad9
No known key found for this signature in database
GPG key ID: E73DB3ECE64E7885

View file

@ -136,7 +136,7 @@ When proxying over HTTPS, you may need to override the `Host` header such that i
#### Dynamic upstreams #### Dynamic upstreams
Caddy's reverse proxy comes standard with some dynamic upstream modules. Note that using dynamic upstreams has implications for load balancing and health checks, depending on specific policy configuration: active health checks do not run for dynamic upstreams; and load balancing and passive health checks are best served if the list of upstreams is relatively stable and consistent (especially with round-robin). Caddy's reverse proxy comes standard with some dynamic upstream modules. Note that using dynamic upstreams has implications for load balancing and health checks, depending on specific policy configuration: active health checks do not run for dynamic upstreams; and load balancing and passive health checks are best served if the list of upstreams is relatively stable and consistent (especially with round-robin). Ideally, dynamic upstream modules only return healthy, usable backends.
##### SRV ##### SRV