mirror of https://github.com/docker/docs.git
Add note about TLS passthrough
This commit is contained in:
parent
f2f78508c7
commit
a85aae64e5
|
|
@ -1,12 +1,15 @@
|
||||||
---
|
---
|
||||||
title: Implement application redirects
|
title: Implement application redirects
|
||||||
description: Learn how to implement redirects using swarm services and the
|
description: Learn how to implement redirects using swarm services and the Layer 7 routing solution for UCP.
|
||||||
layer 7 routing solution for UCP.
|
|
||||||
keywords: routing, proxy, redirects, interlock
|
keywords: routing, proxy, redirects, interlock
|
||||||
---
|
---
|
||||||
|
|
||||||
The following example publishes a service and configures a redirect from `old.local` to `new.local`.
|
The following example publishes a service and configures a redirect from `old.local` to `new.local`.
|
||||||
|
|
||||||
|
> Note
|
||||||
|
>
|
||||||
|
> There is currently a limitation where redirects do not work if a service is configured for TLS passthrough in Interlock proxy.
|
||||||
|
|
||||||
First, create an overlay network so that service traffic is isolated and secure:
|
First, create an overlay network so that service traffic is isolated and secure:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue