zulip/docs
Alex Vandiver 1bd0ab506c nginx: Make uwsgi timeout shorter than nginx-to-uwsgi timeout.
The nginx-to-uwsig-timeout defaults to 60s, which is exactly the same
as the current "harakiri" timeout configured in uwsgi (which limits
the length a request can run before the worker is terminated).  This
causes a race, where if nginx hits its 60s before uwsgi, then we
return a 504; otherwise, we get a 502.

Make the nginx-to-uwsgi timeout explicit, and shorten the "harakiri"
timeout to be explicitly less than that.  Document the 60s timeout,
which all outer reverse proxies must be set to _longer than_ in order
to have proper "onion" timeouts.
2024-10-07 15:41:08 -07:00
..
_static docs: Move homepage link to TOC tree. 2023-03-03 23:06:17 -08:00
_templates docs: Split /production/deployment.html into multiple pages. 2024-02-20 15:49:46 -08:00
contributing docs: Update help center links for stream to channel rename. 2024-08-27 13:30:28 -07:00
development documentation: Revise uses of "e.g.," followed by a colon. 2024-07-09 13:41:44 -07:00
documentation docs: Update help center links for stream to channel rename. 2024-08-27 13:30:28 -07:00
git lint: Fix several duplicate word typos. 2024-09-10 15:59:00 -07:00
images docs: Update devlogin screenshot and url in development setup. 2023-12-06 18:04:54 -08:00
outreach docs: Remove `has_request_variables` and `REQ`. 2024-09-05 16:02:12 -07:00
overview docs: Rename 'send_event' to 'send_event_on_commit'. 2024-09-20 15:20:18 -07:00
production nginx: Make uwsgi timeout shorter than nginx-to-uwsgi timeout. 2024-10-07 15:41:08 -07:00
subsystems docs: Tweak some documentation around send_event. 2024-09-20 15:28:18 -07:00
testing mypy: Remove use of ValuesQuerySet and QuerySetAny. 2024-08-24 17:30:41 -07:00
translating lint: Fix several duplicate word typos. 2024-09-10 15:59:00 -07:00
tutorials docs: Tweak some documentation around send_event. 2024-09-20 15:28:18 -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 user_card_popover: Change icon for `Send direct message`. 2024-07-17 12:08:07 -07:00
code-of-conduct.md
conf.py docs: Add dependency on sphinx_design. 2024-03-15 17:37:34 -07: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.