From f1e43331b814397cbef01c8baab971581a5c39d2 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Thu, 18 Sep 2025 17:59:37 +0000 Subject: [PATCH] docs: Cross-link to the reverse proxy pages. (cherry picked from commit 3c2ed0e202d0ad632c5005f23e5a00c10b8794b9) --- docs/production/deployment.md | 6 ++++++ docs/production/install.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/production/deployment.md b/docs/production/deployment.md index e6a2246c06..15c52a48c7 100644 --- a/docs/production/deployment.md +++ b/docs/production/deployment.md @@ -219,6 +219,12 @@ reliability, see our [dedicated PostgreSQL documentation][postgresql]. [zulipchat-puppet]: https://github.com/zulip/zulip/tree/main/puppet/kandra/manifests [postgresql]: postgresql.md +## Deploying behind a reverse proxy + +See our dedicated page on [reverse proxies][reverse-proxies]. + +[reverse-proxies]: reverse-proxies.md + ## Using an alternate port If you'd like your Zulip server to use an HTTPS port other than 443, you can diff --git a/docs/production/install.md b/docs/production/install.md index 3bdc515f01..72b6e0af42 100644 --- a/docs/production/install.md +++ b/docs/production/install.md @@ -133,7 +133,8 @@ of the failure, you can just rerun the script. For more information, see - `--self-signed-cert`: With this option, the Zulip installer generates a self-signed SSL certificate for the server. This isn't - suitable for production use, but may be convenient for testing. + suitable for production use (unless your server is [behind a reverse + proxy][reverse-proxy]), but may be convenient for testing. For advanced installer options, see our [deployment options][doc-deployment-options] documentation. @@ -151,6 +152,7 @@ If you are importing data, stop here and return to the import instructions for [doc-ssl-manual]: ssl-certificates.md#manual-install [doc-deployment-options]: deployment.md#advanced-installer-options [zulip-backups]: export-and-import.md#backups +[reverse-proxy]: reverse-proxies.md [slack-import]: https://zulip.com/help/import-from-slack [mattermost-import]: https://zulip.com/help/import-from-mattermost [rocketchat-import]: https://zulip.com/help/import-from-rocketchat