소스 검색
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
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
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 |
|
|
|
|
|
|
|
|