docs: improve nginx example with HTTPS configuration#2606
docs: improve nginx example with HTTPS configuration#2606vytas7 merged 3 commits intofalconry:masterfrom
Conversation
Update the NGINX example configuration in the deployment guide to include HTTPS support with HTTP-to-HTTPS redirect, which is the standard configuration for production deployments. Added: - HTTP to HTTPS redirect server block - SSL/TLS configuration with Let's Encrypt certificate paths - Mozilla Intermediate TLS configuration reference - Note about Mozilla SSL Configuration Generator - Note about simplifying for development (HTTP-only) Closes falconry#1731 Signed-off-by: edvatar <88481784+toroleapinc@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2606 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 64 64
Lines 7911 7911
Branches 1086 1086
=========================================
Hits 7911 7911 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
vytas7
left a comment
There was a problem hiding this comment.
I checked the rendered docs and this looks good, thanks 👍
However, a general question (since you removed the PR template): which proportion of this PR was generated by LLM ("AI")?
We'd like contributors to state this when opening a PR (if that was the case): Use of LLMs (“AI”).
|
Thanks for the approval! To be transparent — the initial draft of this PR was LLM-assisted (mostly for identifying which RFCs had been superseded and generating the nginx config snippets). I reviewed and tested everything manually, and the RST fix for the Let's Encrypt reference was done by hand after seeing the CI failure. |
Summary
Update the NGINX example configuration in the deployment guide to include HTTPS support with HTTP-to-HTTPS redirect.
Closes #1731
Changes
initonginxfor proper syntax highlightinguwsgi_passdirective