mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
docs: Fix problematic line-wrapping.
This commit is contained in:
@@ -22,9 +22,10 @@ Copy your existing nginx configuration to a backup and then merge the
|
|||||||
one created by Zulip into it:
|
one created by Zulip into it:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ sudo cp /etc/nginx/nginx.conf /etc/nginx.conf.before-zulip-install
|
sudo cp /etc/nginx/nginx.conf /etc/nginx.conf.before-zulip-install
|
||||||
$ wget https://raw.githubusercontent.com/zulip/zulip/master/puppet/zulip/files/nginx/nginx.conf -O /tmp/nginx.conf.zulip
|
wget -O /tmp/nginx.conf.zulip \
|
||||||
$ sudo meld /etc/nginx/nginx.conf /tmp/nginx.conf.zulip # be sure to merge to the right
|
https://raw.githubusercontent.com/zulip/zulip/master/puppet/zulip/files/nginx/nginx.conf
|
||||||
|
sudo meld /etc/nginx/nginx.conf /tmp/nginx.conf.zulip # be sure to merge to the right
|
||||||
```
|
```
|
||||||
|
|
||||||
After the zulip installation completes, then you can overwrite (or
|
After the zulip installation completes, then you can overwrite (or
|
||||||
|
|||||||
Reference in New Issue
Block a user