zulip/docs
n0099 2b1d250154 nginx: Switch from `$host` to `$http_host` for HTTP/3 compatibility.
nginx sets the value of the `$http_host` variable to the empty string
when using http/3, as there is technically no `Host:` header sent:
https://github.com/nginx-quic/nginx-quic/issues/3

Users with a browser that support http/3 will send their first request
to nginx with http/2, and get an expected HTTP 200 -- but any
subsequent requests will fail with am HTTP 400, since the browser will
have upgraded to http/3, which has an empty `Host` header, which Zulip
rejects.

Switch to the `$host` variable, which works for all HTTP versions.

Co-authored-by: Alex Vandiver <alexmv@zulip.com>
2023-07-25 18:20:34 -04:00
..
_static docs: Move homepage link to TOC tree. 2023-03-03 23:06:17 -08:00
_templates docs: Update development version warning text to be more explicit. 2023-04-20 10:37:30 -07:00
contributing docs: Adjust wording and phrasing for clarity. 2023-06-27 09:43:22 -05:00
development docs: Fix missing space in setup-recommended.md. 2023-06-26 11:10:29 -07:00
documentation settings: Change "Display settings" to "Preferences". 2023-07-12 07:09:03 -07:00
git docs: Document and advocate systemd for WSL 2. 2023-06-12 10:58:11 -07:00
images architecture_simple: Use 400 instead 500 for font-weight. 2023-07-06 17:57:37 -07:00
outreach docs: Rename "private message" -> "direct message". 2023-06-23 14:36:16 -07:00
overview changelog: Retitle sections, to allow section anchors. 2023-07-06 16:16:11 -07:00
production nginx: Switch from `$host` to `$http_host` for HTTP/3 compatibility. 2023-07-25 18:20:34 -04:00
subsystems error_notify: Remove custom email error reporting handler. 2023-07-20 11:00:09 -07:00
testing UI redesign: more-less message interaction. 2023-07-24 17:42:08 -07:00
translating docs: Rename private message -> direct message in Spanish style guide. 2023-06-26 11:02:34 -07:00
tutorials docs: Make a few surface fixes. 2023-05-01 16:37:27 -07:00
.gitignore
Makefile Revert "docs: Temporarily disable parallel building." 2022-02-28 16:28:31 -08:00
README.md docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
THIRDPARTY icons: Add new unmute icon SVG. 2023-04-25 13:35:38 -07:00
code-of-conduct.md
conf.py docs: Convert .html#fragment links to .md#fragment. 2022-02-28 16:28:31 -08:00
index.md web: Save a 301 redirect from /help to /help/. 2023-03-24 14:51:01 -07:00

README.md

Zulip Markdown documentation hosted elsewhere

The Markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.