Skip to content

Commit

Permalink
enhanced reasoning as asked by luto
Browse files Browse the repository at this point in the history
no compression needed
  • Loading branch information
luto authored and 927589452 committed Jun 26, 2019
1 parent 0470d7b commit d54602d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/guide_synapse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ Generate a config file ``~/synapse/homeserver.yaml`` and replace my.domain.name
--report-stats=[yes|no]
(env) [isabell@stardust ~]$
Set the Synapse_ to listen for federation and clients on port 8008 without encryption in the config file ``~/synapse/homeserver.yaml``.

Set the Synapse_ to listen for federation and clients on the correct localhost without encryption in the config file ``~/synapse/homeserver.yaml``. To do this, locate the `listeners:` section and modify the entry with `port: 8008`:
.. code-block:: yaml
- port: 8008
Expand All @@ -205,6 +204,7 @@ Set the Synapse_ to listen for federation and clients on port 8008 without encry
x_forwarded: true
resources:
- names: [client, federation]
compress: false
And point the ``uberspace web backend`` on ``/`` to the listener on port 8008.

Expand Down

0 comments on commit d54602d

Please sign in to comment.