mirror of https://github.com/docker/docs.git
1.0 KiB
1.0 KiB
| title | description | keywords | ui_tabs | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Enable ayer 7 routing | Learn about Layer 7 routing, an application routing and load balancing system for Docker Swarm. | ucp, layer 7, routing, load balancing |
|
{% if include.version=="ucp-3.0" %}
To enable support for layer 7 routing, also known as HTTP routing mesh, log in to the UCP web UI as an administrator, navigate to the Admin Settings page, and click the Routing Mesh option. Check the Enable routing mesh option.
By default, the routing mesh service listens on port 80 for HTTP and port 8443 for HTTPS. Change the ports if you already have services that are using them.
Once you save, the layer 7 routing service can be used by your swarm services.
{% elsif include.version=="ucp-2.2" %}
{% endif %}
