1
0
Fork 0
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:
Sean Morley 2025-06-23 23:17:06 -04:00
parent 1609c9e225
commit ce3fa9d5e3
2 changed files with 2 additions and 1 deletions

View file

@ -149,6 +149,7 @@ export default defineConfig({
}, },
{ text: "Traefik", link: "/docs/install/traefik" }, { text: "Traefik", link: "/docs/install/traefik" },
{ text: "Caddy", link: "/docs/install/caddy" }, { text: "Caddy", link: "/docs/install/caddy" },
{ text: "HAProxy", link: "/docs/install/haproxy" },
], ],
}, },
], ],

View file

@ -24,4 +24,4 @@ Perfect for Docker beginners.
- [Nginx Proxy Manager](nginx_proxy_manager.md) — Easy reverse proxy config - [Nginx Proxy Manager](nginx_proxy_manager.md) — Easy reverse proxy config
- [Traefik](traefik.md) — Dynamic reverse proxy with automation - [Traefik](traefik.md) — Dynamic reverse proxy with automation
- [Caddy](caddy.md) — Automatic HTTPS with a clean config - [Caddy](caddy.md) — Automatic HTTPS with a clean config
- [HAProxy](haproxy.md) - [HAProxy](haproxy.md) — High-performance reverse proxy with advanced control