mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 12:45:17 +02:00
fix(docs): enhance HAProxy description in installation guide
This commit is contained in:
parent
1609c9e225
commit
ce3fa9d5e3
2 changed files with 2 additions and 1 deletions
|
@ -149,6 +149,7 @@ export default defineConfig({
|
|||
},
|
||||
{ text: "Traefik", link: "/docs/install/traefik" },
|
||||
{ text: "Caddy", link: "/docs/install/caddy" },
|
||||
{ text: "HAProxy", link: "/docs/install/haproxy" },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
@ -24,4 +24,4 @@ Perfect for Docker beginners.
|
|||
- [Nginx Proxy Manager](nginx_proxy_manager.md) — Easy reverse proxy config
|
||||
- [Traefik](traefik.md) — Dynamic reverse proxy with automation
|
||||
- [Caddy](caddy.md) — Automatic HTTPS with a clean config
|
||||
- [HAProxy](haproxy.md)
|
||||
- [HAProxy](haproxy.md) — High-performance reverse proxy with advanced control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue