Skip to content

Commit 9f3126a

Browse files
committed
make limitations more solutions-oriented
1 parent 71e0cb6 commit 9f3126a

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

guides/reverse-proxy.mdx

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Configure a custom reverse proxy to serve your documentation"
99

1010
To serve your documentation through a custom reverse proxy, you must configure routing rules, caching policies, and header forwarding.
1111

12+
When you implement a reverse proxy, monitor for potential issues with domain verification, SSL certificate provisioning, authentication flows, performance, and analytics tracking.
13+
1214
## Routing configuration
1315

1416
Proxy these paths to your Mintlify subdomain with the specified caching policies:
@@ -102,15 +104,3 @@ server {
102104
**Cause**: Incorrect caching configuration.
103105

104106
**Solution**: Enable caching only for `/mintlify-assets/_next/static/*` paths.
105-
106-
## Support limitations
107-
108-
<Warning>
109-
Reverse proxy configurations are only supported for [Custom plans](https://mintlify.com/pricing?ref=reverse-proxy). Common issues include:
110-
111-
- Domain verification failures
112-
- SSL certificate provisioning problems
113-
- Broken authentication flows
114-
- Performance degradation
115-
- Analytics tracking issues
116-
</Warning>

0 commit comments

Comments
 (0)