Commit 85a2cfa460e6d9d3dab7bf0965b6a99a5ef31c60
Committed by
Daniela Feitosa
1 parent
c434a2af
Exists in
master
and in
29 other branches
Clarify DNS configurations for chat setup
Showing
1 changed file
with
6 additions
and
3 deletions
Show diff stats
INSTALL.chat
@@ -221,16 +221,19 @@ Note: module proxy_http must be enabled: | @@ -221,16 +221,19 @@ Note: module proxy_http must be enabled: | ||
221 | 221 | ||
222 | # a2enmod proxy_http | 222 | # a2enmod proxy_http |
223 | 223 | ||
224 | - | ||
225 | 8. DNS configuration | 224 | 8. DNS configuration |
226 | 225 | ||
227 | - * /etc/bind/db.colivre: | 226 | +For this point, we assume you are using BIND as your DNS server. You need to |
227 | +add the following entries to the DNS zone file corresponding to the domain | ||
228 | +of your noosfero site: | ||
228 | 229 | ||
229 | _xmpp-client._tcp SRV 5 100 5222 master | 230 | _xmpp-client._tcp SRV 5 100 5222 master |
230 | -(...) | ||
231 | conference CNAME master | 231 | conference CNAME master |
232 | _xmpp-client._tcp.conference SRV 5 100 5222 master | 232 | _xmpp-client._tcp.conference SRV 5 100 5222 master |
233 | 233 | ||
234 | +If you are running a DNS server other than BIND, you will have to figure out | ||
235 | +how to create equivalente rules for your zone file. Patches to this | ||
236 | +documentation are welcome. | ||
234 | 237 | ||
235 | 9. Testing this Setup | 238 | 9. Testing this Setup |
236 | 239 |