mirror of https://github.com/zulip/zulip.git
docs: Mention server_name in existing server nginx docs.
As discussed in the issue, it'd be a helpful hint for folks doing this to mention this detail. Fixes #16705.
This commit is contained in:
parent
cc11743047
commit
c64eebcc9e
|
@ -52,6 +52,10 @@ Zulip's Puppet configuration will change the ownership of
|
|||
`/var/log/nginx` so that the `zulip` user can access it. Depending on
|
||||
your configuration, this may or may not cause problems.
|
||||
|
||||
Depending on how you have configured `nginx` for your other services,
|
||||
you may need to add a `server_name` for the Zulip `server` block in
|
||||
the `nginx` configuration.
|
||||
|
||||
### Puppet
|
||||
|
||||
If you have a Puppet server running on your server, you will get an
|
||||
|
|
Loading…
Reference in New Issue