Sfoglia il codice sorgente

Merge pull request #286 from dreamflasher/patch-2

Listen 8448 required for apache
pull/289/head
Slavi Pantaleev 6 anni fa
committed by GitHub
parent
commit
33eafc72b6
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      examples/apache/matrix-synapse.conf

+ 1
- 0
examples/apache/matrix-synapse.conf Vedi File

@@ -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. # 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. # 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> <VirtualHost *:8448>
ServerName matrix.DOMAIN ServerName matrix.DOMAIN




Caricamento…
Annulla
Salva