mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
README.rst: fix minor grammar
This commit is contained in:
parent
5c3d6ea9c7
commit
6340141300
@ -651,7 +651,7 @@ Using a reverse proxy with Synapse
|
|||||||
|
|
||||||
It is recommended to put a reverse proxy such as
|
It is recommended to put a reverse proxy such as
|
||||||
`nginx <https://nginx.org/en/docs/http/ngx_http_proxy_module.html>`_,
|
`nginx <https://nginx.org/en/docs/http/ngx_http_proxy_module.html>`_,
|
||||||
`Apache <https://httpd.apache.org/docs/current/mod/mod_proxy_http.html>`_ or
|
`Apache <https://httpd.apache.org/docs/current/mod/mod_proxy_http.html>`_,
|
||||||
`Caddy <https://caddyserver.com/docs/proxy>`_ or
|
`Caddy <https://caddyserver.com/docs/proxy>`_ or
|
||||||
`HAProxy <https://www.haproxy.org/>`_ in front of Synapse. One advantage of
|
`HAProxy <https://www.haproxy.org/>`_ in front of Synapse. One advantage of
|
||||||
doing so is that it means that you can expose the default https port (443) to
|
doing so is that it means that you can expose the default https port (443) to
|
||||||
@ -683,7 +683,7 @@ so an example nginx configuration might look like::
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
an example caddy configuration may look like::
|
an example Caddy configuration might look like::
|
||||||
|
|
||||||
matrix.example.com {
|
matrix.example.com {
|
||||||
proxy /_matrix http://localhost:8008 {
|
proxy /_matrix http://localhost:8008 {
|
||||||
@ -691,7 +691,7 @@ an example caddy configuration may look like::
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
and an example apache configuration may look like::
|
and an example Apache configuration might look like::
|
||||||
|
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
|
Loading…
Reference in New Issue
Block a user