mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Fixes #35131. Most of the nginx config is copied from https://docs.astro.build/en/recipes/docker/#nginx. We ideally should be generating two builds for Zulip cloud and serve a different one depending on whether the subdomain is same as the root domain or not. We can look into this as an immediate followup while this commit helps things get ready for a test deploy on CZO.
This directory contains scripts that are used in building, managing,
testing, and other forms of work in a Zulip development environment.
Note that tools that are also useful in production belong in
scripts/
or should be Django management commands.
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.