Update (external) reverse proxy docs (#624)

- update (external) reverse proxy docs, added 'external' terminology to avoid confusion with the new internal reverse proxy feature
- add templates for combined container setups
- clearer clarifications (3478 needs to be publicy accessible etc)
This commit is contained in:
shuuri-labs
2026-02-19 19:08:08 +01:00
committed by GitHub
parent 1239aceafe
commit 9c74c1b26e
7 changed files with 483 additions and 29 deletions

View File

@@ -646,6 +646,12 @@ const nextConfig = {
destination: '/use-cases/cloud/distributed-multi-cloud-ai',
permanent: true,
},
// selfhosted reverse proxy rename
{
source: '/selfhosted/reverse-proxy',
destination: '/selfhosted/external-reverse-proxy',
permanent: true,
},
]
},
rewrites: async () => {