Only run federation on 8448 and client on 80
This disables federation on the 80 port, as it's not necessary. We also disable the old Angular webclient. For the federation port (8448), we disable the client APIs as those are not necessary. Those can even cause trouble if one doesn't know about them and thinks that guarding the client APIs at the 80 port is enough.
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,3 +1,15 @@
|
||||
# 2018-08-17
|
||||
|
||||
## Disabling some unnecessary Synapse services
|
||||
|
||||
The following services are not necessary, so they have been disabled:
|
||||
- on the federation port (8448): the `client` service
|
||||
- on the http port (80): the old Angular `webclient` and the `federation` service
|
||||
|
||||
Federation runs only on the federation port (8448) now.
|
||||
The Client APIs run only on the http port (80) now.
|
||||
|
||||
|
||||
# 2018-08-15
|
||||
|
||||
## mxisd Identity Server support
|
||||
|
Reference in New Issue
Block a user