zulip/docs
Anders Kaseorg 62f1a9da26 docs: Use Mozilla recommended SSL settings for Apache.
• Specify disabled rather than enabled protocols, so as not to disable
  TLS 1.3.
• Provide an explicit cipher suite list (Mozilla intermediate config
  version 5.4).
• Respect the browser’s preferred cipher suite ordering over the
  server’s.
• Use FFDHE2048 Diffie-Hellman parameters.
• Disable SSL session tickets.

(SSL stapling is also recommended but SSLStaplingCache cannot be
configured inside a <VirtualHost> block.)

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-06-14 20:17:12 -07:00
..
_static travis: Removed screen cast of Travis setup. 2020-06-01 14:12:11 -07:00
_templates compose: Rewrite Zoom video call integration to use OAuth. 2020-06-03 16:39:12 -07:00
contributing docs: Update most remaining references to zulipchat.com. 2020-06-08 18:10:45 -07:00
development auth: Add Sign in with Apple support. 2020-06-09 17:29:35 -07:00
documentation docs: Update URLs to use https://zulip.com. 2020-06-08 18:10:45 -07:00
git docs: Fix broken and missing link references in Git guide. 2020-06-01 18:31:05 -07:00
images doc: Updated CircleCI setup documentation. 2020-06-01 14:12:11 -07:00
overview docs: Update changelog. 2020-06-09 00:32:07 -07:00
production docs: Use Mozilla recommended SSL settings for Apache. 2020-06-14 20:17:12 -07:00
subsystems settings: Extract most of test_settings to test_extra_settings. 2020-06-09 22:29:50 -07:00
testing docs: Update most remaining references to zulipchat.com. 2020-06-08 18:10:45 -07:00
translating docs: Update URLs to use https://zulip.com. 2020-06-08 18:10:45 -07:00
tutorials docs: Update URLs to use https://zulip.com. 2020-06-08 18:10:45 -07:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
Makefile docs: Replace Makefile based on output of newer sphinx-quickstart. 2019-12-02 18:39:33 -08:00
README.md docs: Add README.md to zulip/docs to prevent reading on GitHub. 2018-04-24 10:50:39 -07:00
THIRDPARTY icon: Import a font-awesome 5 third party icon. 2020-06-11 17:15:55 -07:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
index.rst docs: Update URLs to use https://zulip.com. 2020-06-08 18:10:45 -07:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30

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.