Parcourir la source

Listen 8448 required for apache

Listen 8448 directive makes apache listen on that port, without it federation does not work.
pull/286/head
Marcel Ackermann il y a 6 ans
committed by GitHub
Parent
révision
cb900d64dd
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      examples/apache/matrix-synapse.conf

+ 1
- 0
examples/apache/matrix-synapse.conf Voir le fichier

@@ -92,6 +92,7 @@
#
# In this example we use all services on the same machine (127.0.0.1) but you can do this with different machines.
# If you do so be sure to reach the destinated IPADRESS and the correspondending port. Check this with netstat, nmap or your favourite tool.
Listen 8448
<VirtualHost *:8448>
ServerName matrix.DOMAIN



Chargement…
Annuler
Enregistrer