From e87d504a46f2e8360382f5472e70e9362cecd8fa Mon Sep 17 00:00:00 2001 From: Daria <66593181+Dariquest@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:42:16 +0200 Subject: [PATCH] Per-route options --- .../supported-and-unsupported-cloud-foundry-features-f8a351c.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/10-concepts/supported-and-unsupported-cloud-foundry-features-f8a351c.md b/docs/10-concepts/supported-and-unsupported-cloud-foundry-features-f8a351c.md index e93cfd27..c0021db9 100644 --- a/docs/10-concepts/supported-and-unsupported-cloud-foundry-features-f8a351c.md +++ b/docs/10-concepts/supported-and-unsupported-cloud-foundry-features-f8a351c.md @@ -40,6 +40,7 @@ Unsupported Features - Sharing Service Instances \(not all services support instance sharing\). See [https://docs.cloudfoundry.org/devguide/services/sharing-instances.html](https://docs.cloudfoundry.org/devguide/services/sharing-instances.html). - HTTP/2. See [https://docs.cloudfoundry.org/adminguide/supporting-http2.html\#application](https://docs.cloudfoundry.org/adminguide/supporting-http2.html#application). - Streaming Logs to Log Management Services. See [https://docs.cloudfoundry.org/devguide/services/log-management.html](https://docs.cloudfoundry.org/devguide/services/log-management.html). +- Configuring per-route options. See [https://docs.cloudfoundry.org/devguide/custom-per-route-options.html](https://docs.cloudfoundry.org/devguide/custom-per-route-options.html).