Skip to content

Commit

Permalink
[synapse] listeners: improve highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
luto authored Jun 27, 2019
1 parent 1d5e7ca commit fac239f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/guide_synapse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,10 @@ 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 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`:
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
:emphasize-lines: 4
- port: 8008
type: http
Expand Down

0 comments on commit fac239f

Please sign in to comment.