zulip/docs
Alex Vandiver 262b19346e puppet: Decrease default nginx worker_connections.
Increasing worker_connections has a memory cost, unlike the rest of
the changes in 1c76036c61d8; setting it to 1 million caused nginx to
consume several GB of memory.

Reduce the default down to 10k, and allow deploys to configure it up
if necessary.  `worker_rlimit_nofile` is left at 1M, since it has no
impact on memory consumption.
2023-03-23 15:59:23 -07:00
..
_static docs: Move homepage link to TOC tree. 2023-03-03 23:06:17 -08:00
_templates docs: Move homepage link to TOC tree. 2023-03-03 23:06:17 -08:00
contributing docs: Rewrite guidelines for writing commit messages. 2023-03-20 16:25:20 -07:00
development dependencies: Switch to pnpm. 2023-03-20 15:48:29 -07:00
documentation docs: Update "How it works" section in Documenting REST API endpoints. 2023-03-20 17:42:04 -07:00
git dependencies: Switch to pnpm. 2023-03-20 15:48:29 -07:00
images docs: Update documentation for tips when writing pull request comments. 2023-03-07 15:40:04 -08:00
outreach docs: Clarify where GSoC/Outreachy applicants should post intros. 2023-02-27 11:49:56 -08:00
overview dependencies: Switch to pnpm. 2023-03-20 15:48:29 -07:00
production puppet: Decrease default nginx worker_connections. 2023-03-23 15:59:23 -07:00
subsystems dependencies: Switch to pnpm. 2023-03-20 15:48:29 -07:00
testing run-dev: Drop .py from script name. 2023-03-03 18:02:37 -08:00
translating templates: Support context variables in Handlebars {{t}} helper. 2023-03-16 11:26:45 -07:00
tutorials run-dev: Drop .py from script name. 2023-03-03 18:02:37 -08: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 web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08: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 docs: Add missing link to outreach TOC. 2023-03-03 23:06:58 -08: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.