|
@@ -116,7 +116,7 @@ user_directory:
|
116
|
116
|
search_all_users: true
|
117
|
117
|
prefer_local_users: true
|
118
|
118
|
show_locked_users: true
|
119
|
|
-turn_allow_guests: False
|
|
119
|
+turn_allow_guests: false
|
120
|
120
|
turn_user_lifetime: 86400000
|
121
|
121
|
turn_shared_secret: "${TURN_STATIC_SECRET}"
|
122
|
122
|
turn_uris: [ "turn:${DOMAIN}?transport=udp" ]
|
|
@@ -186,7 +186,7 @@ server {
|
186
|
186
|
|
187
|
187
|
# Sliding Sync
|
188
|
188
|
location ~ ^/(client/|_matrix/client/unstable/org.matrix.msc3575/sync) {
|
189
|
|
- proxy_pass http://10.10.10.7:8008;
|
|
189
|
+ proxy_pass http://10.10.10.7:8009;
|
190
|
190
|
proxy_set_header X-Forwarded-For \$remote_addr;
|
191
|
191
|
proxy_set_header X-Forwarded-Proto \$scheme;
|
192
|
192
|
proxy_set_header Host \$host;
|