From c4236dce732a8bec067a7239af2381682409f962 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+fallenbagel@users.noreply.github.com> Date: Thu, 16 Oct 2025 21:48:13 +0800 Subject: [PATCH] docs: HAProxy documentation warning format (#2054) Updated warning message for HAProxy documentation. And fixed a typo --- docs/extending-jellyseerr/reverse-proxy.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/extending-jellyseerr/reverse-proxy.mdx b/docs/extending-jellyseerr/reverse-proxy.mdx index 88ea5d5b8..9b248afae 100644 --- a/docs/extending-jellyseerr/reverse-proxy.mdx +++ b/docs/extending-jellyseerr/reverse-proxy.mdx @@ -269,7 +269,9 @@ Add the following Location block to your existing Server configuration. ## HAProxy (v3) - This is third-party documentation maintained by the community. We can't provide support for this setup and are unable to test it. +:::warning +This is a third-party documentation maintained by the community. We can't provide support for this setup and are unable to test it. +::: Add the following frontend and backend configurations for your seerr instance: ```haproxy