forked from Fediversity/Fediversity
Tidied up names.
This commit is contained in:
parent
3e90f428cf
commit
939f1af24d
|
@ -14,7 +14,7 @@ You should never run Element-web on the same FQDN as your Synapse-server,
|
||||||
because of XSS problems. So start by defining a new FQDN for where you will
|
because of XSS problems. So start by defining a new FQDN for where you will
|
||||||
publish Element-web, and get a certificate for that.
|
publish Element-web, and get a certificate for that.
|
||||||
|
|
||||||
We'll use `element.matrixdev.example.com` here.
|
We'll use `element.example.com` here.
|
||||||
|
|
||||||
|
|
||||||
# Installing on Debian {#debian}
|
# Installing on Debian {#debian}
|
||||||
|
@ -41,11 +41,11 @@ it's something like this:
|
||||||
```
|
```
|
||||||
"default_server_config": {
|
"default_server_config": {
|
||||||
"m.homeserver": {
|
"m.homeserver": {
|
||||||
"base_url": "https://vm02199.procolix.com",
|
"base_url": "https://vm02199.example.com",
|
||||||
"server_name": "matrixdev.example.com"
|
"server_name": "example.com"
|
||||||
},
|
},
|
||||||
"org.matrix.msc3575.proxy": {
|
"org.matrix.msc3575.proxy": {
|
||||||
"url": "https://vm02199.procolix.com"
|
"url": "https://vm02199.example.com"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue