From 72c3008c8cf710ad1e636f66cdce1a1b989881c6 Mon Sep 17 00:00:00 2001 From: edvatar <88481784+toroleapinc@users.noreply.github.com> Date: Tue, 3 Mar 2026 01:11:52 -0500 Subject: [PATCH 1/2] docs: improve nginx example with HTTPS configuration 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 #1731 Signed-off-by: edvatar <88481784+toroleapinc@users.noreply.github.com> --- docs/deploy/nginx-uwsgi.rst | 40 ++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/docs/deploy/nginx-uwsgi.rst b/docs/deploy/nginx-uwsgi.rst index 5ad37e426..e2fd3bcaf 100644 --- a/docs/deploy/nginx-uwsgi.rst +++ b/docs/deploy/nginx-uwsgi.rst @@ -209,22 +209,49 @@ platform `_. -.. _`Let’s Encrypt site`: https://certbot.eff.org/ +.. _`Let's Encrypt site`: https://certbot.eff.org/ From 57284d2ae544ea22e6cdf91e8d0ffc79033a19d4 Mon Sep 17 00:00:00 2001 From: Eddie Liang Date: Wed, 4 Mar 2026 13:16:53 -0500 Subject: [PATCH 2/2] fix rst reference for Let's Encrypt --- docs/deploy/nginx-uwsgi.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploy/nginx-uwsgi.rst b/docs/deploy/nginx-uwsgi.rst index e2fd3bcaf..0117ce6c8 100644 --- a/docs/deploy/nginx-uwsgi.rst +++ b/docs/deploy/nginx-uwsgi.rst @@ -277,4 +277,5 @@ the Falcon community is always happy to help with deployment questions, so `please don't hesitate to ask `_. +.. _`Let's Encrypt`: https://letsencrypt.org/ .. _`Let's Encrypt site`: https://certbot.eff.org/