Add a guide for proxying Strapi with Nginx - #3461
Merged
Merged
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
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 Nginx side for both a shared host and a container setup, plus TLS termination options rather than prescribing a single ACME client. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Points the Nginx references at the new internal guide instead of the retired forum topic, and drops the sentence framing these guides as forum content. 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 Nginx itself behaves. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
pwizla
force-pushed
the
repo/add-nginx-proxy-guide
branch
from
September 11, 2026 08:36
5249ede to
9a1a532
Compare
Collaborator
|
LGTM. I ran Inki on it again, plus made some manual changes to uniformize all these new PRs |
pwizla
approved these changes
Sep 11, 2026
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 an Nginx reverse proxy, covering the
server.urlandserver.proxyoptions, Nginx configuration for both a shared host and a container setup, TLS termination options, and the upload size limits that apply on each side. It also replaces the dead Strapi Forum links for Nginx in the deployment and FAQ pages, now that the forum has shut down.First of a stack of deployment guides: #3462 (Caddy), #3463 (HAProxy), #3464 (Traefik) and #3465 (PM2) branch off this one, so merge this PR before them.
Direct preview link 👉 here