Add Reverse Proxy Troubleshooting Page & Clean Up Availability Notes (#672)

* Add troubleshoot page and remove availability notes

* Added Debugging with the Proxy Debug Endpoint

* localhost is unreachable and packet capture
This commit is contained in:
Brandon Hopkins
2026-03-30 09:50:01 -07:00
committed by GitHub
parent dd72c79999
commit 85e12be9ff
4 changed files with 293 additions and 8 deletions

View File

@@ -296,6 +296,10 @@ export const docsNavigation = [
title: 'Expose from CLI',
href: '/manage/reverse-proxy/expose-from-cli',
},
{
title: 'Troubleshooting',
href: '/manage/reverse-proxy/troubleshooting',
},
],
},
{
@@ -313,7 +317,7 @@ export const docsNavigation = [
title: 'DNS Aliases for Routed Networks',
href: '/manage/dns/dns-aliases-for-routed-networks',
},
{ title: 'DNS Troubleshooting', href: '/manage/dns/troubleshooting' },
{ title: 'Troubleshooting', href: '/manage/dns/troubleshooting' },
],
},
{