forked from cloudfoundry/docs-cf-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrouting-index.html.md.erb
More file actions
22 lines (17 loc) · 865 Bytes
/
routing-index.html.md.erb
File metadata and controls
22 lines (17 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Routing in Cloud Foundry
owner: CF for VMs Networking
---
<%# Reset page title based on platform type %>
<% if vars.platform_code != 'CF' %>
<% set_title("Routing in", vars.app_runtime_abbr) %>
<% end %>
These topics are your source for information about managing routes and domains in <%= vars.app_runtime_first %>:
* [Enabling IPv6 for hosted apps](enabling_ipv6.html)
* [Enabling Zipkin tracing](/adminguide/zipkin_tracing.html)
* [Enabling W3C tracing](/adminguide/w3c_tracing.html)
* [Supporting WebSockets](supporting-websockets.html)
* [Configuring load balancer healthchecks for <%= vars.app_runtime_abbr %>](configure-lb-healthcheck.html).
* [Securing traffic into <%= vars.app_runtime_abbr %>](securing-traffic.html)
* [Enabling and configuring TCP routing](enabling-tcp-routing.html)
* [Configuring HTTP/2 support](supporting-http2.html)