Add a guide for proxying Strapi with Caddy - #3462
Closed
derrickmehaffy wants to merge 9 commits into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
derrickmehaffy
force-pushed
the
repo/add-nginx-proxy-guide
branch
from
September 10, 2026 17:45
c5595bb to
5249ede
Compare
derrickmehaffy
force-pushed
the
repo/add-caddy-proxy-guide
branch
from
September 10, 2026 17:45
0444b67 to
9e71a9b
Compare
pwizla
force-pushed
the
repo/add-nginx-proxy-guide
branch
from
September 11, 2026 08:36
5249ede to
9a1a532
Compare
pwizla
force-pushed
the
repo/add-caddy-proxy-guide
branch
from
September 11, 2026 08:38
9e71a9b to
8576819
Compare
pwizla
force-pushed
the
repo/add-caddy-proxy-guide
branch
from
September 11, 2026 09:10
8576819 to
dc0e3a4
Compare
pwizla
force-pushed
the
repo/add-caddy-proxy-guide
branch
from
September 11, 2026 09:16
dc0e3a4 to
9749c89
Compare
pwizla
force-pushed
the
repo/add-caddy-proxy-guide
branch
from
September 11, 2026 09:33
9749c89 to
67cd9e6
Compare
pwizla
force-pushed
the
repo/add-caddy-proxy-guide
branch
from
September 11, 2026 10:21
67cd9e6 to
dec548a
Compare
pwizla
force-pushed
the
repo/add-caddy-proxy-guide
branch
from
September 11, 2026 10:56
dec548a to
84c7130
Compare
pwizla
force-pushed
the
repo/add-caddy-proxy-guide
branch
from
September 11, 2026 11:02
84c7130 to
870d60e
Compare
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 Caddyfile side, including automatic HTTPS, the trusted_proxies option that governs whether forwarded addresses are preserved, and the /data volume that persists issued certificates across container restarts. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
… directive The directive is experimental and needs Caddy v2.10.0 or later, so readers on an earlier version need the Strapi-side limit instead. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Replaces the public url, proxy header and upload limit blocks with the shared snippets, keeping the sentences that describe how Caddy itself behaves. This also resolves wording that had already drifted from the Nginx guide. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
pwizla
force-pushed
the
repo/add-caddy-proxy-guide
branch
from
September 11, 2026 12:19
870d60e to
bb0ab5b
Compare
Collaborator
|
Closed automatically when the branch this was stacked on was deleted on merge. Continues in #3475, same branch and same content, rebased on main. |
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 Caddy, covering the
server.urlandserver.proxyoptions, a minimal Caddyfile with automatic HTTPS, thetrusted_proxiesoption that decides whether forwarded client addresses are preserved, and the/datavolume that keeps issued certificates across container restarts. It also replaces the dead Strapi Forum links for Caddy in the deployment and FAQ pages.Stacked on #3461. Review that one first.
Direct preview link 👉 here