mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
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:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user