mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
docs: Clarify nginx extension points.
This commit is contained in:
committed by
Tim Abbott
parent
86137dc02f
commit
04d4ae9862
@@ -242,7 +242,11 @@ setup.
|
|||||||
If you need to modify Zulip's `nginx` configuration, we recommend
|
If you need to modify Zulip's `nginx` configuration, we recommend
|
||||||
first attempting to add configuration to `/etc/nginx/conf.d` or
|
first attempting to add configuration to `/etc/nginx/conf.d` or
|
||||||
`/etc/nginx/zulip-include/app.d`; those directories are designed for
|
`/etc/nginx/zulip-include/app.d`; those directories are designed for
|
||||||
custom configuration.
|
custom configuration, and are not overridden during upgrades. The
|
||||||
|
former is useful for directives with the `http` [context][context],
|
||||||
|
and the latter for `server` contexts.
|
||||||
|
|
||||||
|
[context]: http://nginx.org/en/docs/beginners_guide.html#conf_structure
|
||||||
|
|
||||||
## Upgrading the operating system
|
## Upgrading the operating system
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user