forked from fediversity/fediversity
		
	Tidied up names.
This commit is contained in:
		
							parent
							
								
									3e90f428cf
								
							
						
					
					
						commit
						939f1af24d
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
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}
 | 
			
		||||
| 
						 | 
				
			
			@ -41,11 +41,11 @@ it's something like this:
 | 
			
		|||
```
 | 
			
		||||
"default_server_config": {
 | 
			
		||||
    "m.homeserver": {
 | 
			
		||||
        "base_url": "https://vm02199.procolix.com",
 | 
			
		||||
        "server_name": "matrixdev.example.com"
 | 
			
		||||
        "base_url": "https://vm02199.example.com",
 | 
			
		||||
        "server_name": "example.com"
 | 
			
		||||
    },
 | 
			
		||||
    "org.matrix.msc3575.proxy": {
 | 
			
		||||
        "url": "https://vm02199.procolix.com"
 | 
			
		||||
        "url": "https://vm02199.example.com"
 | 
			
		||||
    },
 | 
			
		||||
},
 | 
			
		||||
```
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue