diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-12-20 11:33:29 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-20 11:33:29 +0000 |
commit | 1a6d5bfa08b4ba618dcab68e4ed524c4db07da2b (patch) | |
tree | c29f79003b2ff7bd8a26d5dcbdf44a1f96a71fed /debian/homeserver.yaml | |
parent | import from package-debian-synapse (diff) | |
download | synapse-1a6d5bfa08b4ba618dcab68e4ed524c4db07da2b.tar.xz |
Debian packaging via dh_virtualenv (#4285)
Diffstat (limited to 'debian/homeserver.yaml')
-rw-r--r-- | debian/homeserver.yaml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/debian/homeserver.yaml b/debian/homeserver.yaml index 04ece25d49..188a2d5483 100644 --- a/debian/homeserver.yaml +++ b/debian/homeserver.yaml @@ -70,13 +70,9 @@ pid_file: "/var/run/matrix-synapse.pid" # # cpu_affinity: 0xFFFFFFFF -# Whether to serve a web client from the HTTP/HTTPS root resource. -web_client: False - -# The root directory to server for the above web client. -# If left undefined, synapse will serve the matrix-angular-sdk web client. -# Make sure matrix-angular-sdk is installed with pip if web_client is True -# and web_client_location is undefined +# The path to the web client which will be served at /_matrix/client/ +# if 'webclient' is configured under the 'listeners' configuration. +# # web_client_location: "/path/to/web/root" # The public-facing base URL for the client API (not including _matrix/...) |