Add a guide for proxying Strapi with HAProxy - #3463
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
derrickmehaffy
force-pushed
the
repo/add-haproxy-proxy-guide
branch
from
September 10, 2026 17:46
8131677 to
329b256
Compare
pwizla
force-pushed
the
repo/add-haproxy-proxy-guide
branch
from
September 11, 2026 08:38
329b256 to
3c9fd28
Compare
pwizla
force-pushed
the
repo/add-haproxy-proxy-guide
branch
from
September 11, 2026 09:10
3c9fd28 to
d65e2f7
Compare
pwizla
force-pushed
the
repo/add-haproxy-proxy-guide
branch
from
September 11, 2026 09:17
d65e2f7 to
eb28b26
Compare
pwizla
force-pushed
the
repo/add-haproxy-proxy-guide
branch
from
September 11, 2026 09:33
eb28b26 to
c1ed742
Compare
pwizla
force-pushed
the
repo/add-haproxy-proxy-guide
branch
from
September 11, 2026 10:22
c1ed742 to
395c7ee
Compare
pwizla
force-pushed
the
repo/add-haproxy-proxy-guide
branch
from
September 11, 2026 10:57
395c7ee to
86137ef
Compare
pwizla
force-pushed
the
repo/add-haproxy-proxy-guide
branch
from
September 11, 2026 11:03
86137ef to
040b40c
Compare
pwizla
approved these changes
Sep 11, 2026
pwizla
left a comment
Collaborator
There was a problem hiding this comment.
Perfect, thank you! As with the other PRs, I ran another batch of Inki reviews on it and let it fix issues, + made some manual changes
pwizla
force-pushed
the
repo/add-haproxy-proxy-guide
branch
2 times, most recently
from
September 11, 2026 12:20
5159252 to
981476a
Compare
pwizla
force-pushed
the
repo/add-haproxy-proxy-guide
branch
from
September 11, 2026 12:35
981476a to
c058292
Compare
pwizla
added this pull request to stack #3476
September 11, 2026 12:35
Replaces the Strapi Forum guide that went offline when the forum shut down. Covers the Strapi side (server.url, server.proxy, upload body limits) and the HAProxy side, including a health check against /_health and what to account for before running several Strapi instances against one database. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Replaces the public url, proxy header, upload limit and multi-instance blocks with the shared snippets, keeping the sentences that describe how HAProxy itself behaves and its timeout guidance. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
pwizla
force-pushed
the
repo/add-haproxy-proxy-guide
branch
from
September 11, 2026 12:43
c058292 to
066d1aa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a deployment guide for serving Strapi behind HAProxy, covering the
server.urlandserver.proxyoptions, a frontend that terminates TLS, and a backend that health checks Strapi on/_health. It also documents what to account for before running several Strapi instances against one database, since schema synchronization runs once per process with no coordination between instances. It replaces the dead Strapi Forum links for HAProxy in the deployment and FAQ pages.Stacked on #3462. Review that one first.
Direct preview link 👉 here