Change the default port (follows DEPLOY.md)
This commit is contained in:
parent
f3b1096417
commit
19aaffeb23
2 changed files with 5 additions and 5 deletions
8
debian/README.Debian
vendored
8
debian/README.Debian
vendored
|
@ -19,10 +19,10 @@ The package uses the matrix-conduit.service systemd unit file to start and
|
||||||
stop Conduit. It loads the configuration file mentioned above to set up the
|
stop Conduit. It loads the configuration file mentioned above to set up the
|
||||||
environment before running the server.
|
environment before running the server.
|
||||||
|
|
||||||
This package assumes by default that Conduit is placed behind a reverse proxy
|
This package assumes by default that Conduit will be placed behind a reverse
|
||||||
such as Apache or nginx. This default deployment entails just listening on
|
proxy such as Apache or nginx. This default deployment entails just listening
|
||||||
127.0.0.1 and the free port 14004 and is reachable via a client using the URL
|
on 127.0.0.1 and the free port 6167 and is reachable via a client using the URL
|
||||||
http://localhost:14004.
|
http://localhost:6167.
|
||||||
|
|
||||||
At a later stage this packaging may support also setting up TLS and running
|
At a later stage this packaging may support also setting up TLS and running
|
||||||
stand-alone. In this case, however, you need to set up some certificates and
|
stand-alone. In this case, however, you need to set up some certificates and
|
||||||
|
|
2
debian/templates
vendored
2
debian/templates
vendored
|
@ -16,6 +16,6 @@ Description: The listen address of the Matrix homeserver
|
||||||
|
|
||||||
Template: matrix-conduit/port
|
Template: matrix-conduit/port
|
||||||
Type: string
|
Type: string
|
||||||
Default: 14004
|
Default: 6167
|
||||||
Description: The port of the Matrix homeserver
|
Description: The port of the Matrix homeserver
|
||||||
This port is most often just accessed by a reverse proxy.
|
This port is most often just accessed by a reverse proxy.
|
||||||
|
|
Loading…
Reference in a new issue