浏览代码

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 6 年前
committed by GitHub
父节点
当前提交
cb900d64dd
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      examples/apache/matrix-synapse.conf

+ 1
- 0
examples/apache/matrix-synapse.conf 查看文件

@@ -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



正在加载...
取消
保存