- Apr 25, 2022
-
-
villepeh authored
Signed-off-by: Ville Petteri Huh
-
- Mar 28, 2022
-
-
villepeh authored
HAproxy reverse proxy guide update to stop sending IPv4-mapped address to HS.
-
- Jan 04, 2022
-
-
Richard van der Hoff authored
this should not be a case-insensitive match.
-
- Nov 01, 2021
-
-
Brett Bethke authored
-
Sumner Evans authored
* Labeled a lot more code blocks with the appropriate type * Fixed a couple of minor typos (missing/extraneous commas) Signed-off-by:
Sumner Evans <me@sumnerevans.com>
-
- Aug 27, 2021
-
-
Richard van der Hoff authored
* Update reverse_proxy.md * Create 10708.doc
-
- Aug 09, 2021
-
-
Drew Short authored
Signed-off-by:
Drew Short <warrick@sothr.com>
-
- Jul 15, 2021
-
-
Andrew Morgan authored
Our documentation has a history of using a document's name as a way to link to it, such as "See [workers.md]() for details". This makes sense when you're traversing a directory of files, but less sense when the files are abstracted away - as they are on the documentation website. This PR changes the links to various documentation pages to something that fits better into the surrounding sentence, as you would when making any hyperlink on the web.
-
- Jul 14, 2021
-
-
Moritz Dietz authored
-
- Jun 16, 2021
-
-
Dirk Klimpel authored
* Fix broken links in documentation * newsfile
-
- Mar 26, 2021
-
-
Paul Tötterman authored
Fixes redirect loop Signed-off-by:
Paul Tötterman <paul.totterman@iki.fi>
-
- Mar 06, 2021
-
-
Leo Bärring authored
Update reverse proxy to add OpenBSD relayd example configuration. Signed-off-by:
Leo Bärring <leo.barring@protonmail.com>
-
- Mar 03, 2021
-
-
Richard van der Hoff authored
Turns out nginx overwrites the Host header by default.
-
- Feb 24, 2021
-
-
Richard van der Hoff authored
rewrite XForwardedForRequest to set `isSecure()` based on `X-Forwarded-Proto`. Also implement `getClientAddress()` while we're here.
-
- Feb 18, 2021
-
-
David Vo authored
-
- Oct 09, 2020
-
-
Mateusz Przybyłowicz authored
Signed-off-by:
Mateusz Przybyłowicz <uamfhq@gmail.com>
-
- Sep 23, 2020
-
-
Julian Fietkau authored
This change adds a note and a few lines of configuration settings for Apache users to disable ModSecurity for Synapse's virtual hosts. With ModSecurity enabled and running with its default settings, Matrix clients are unable to send chat messages through the Synapse installation. With this change, ModSecurity can be disabled only for the Synapse virtual hosts.
-
- Sep 10, 2020
-
-
Andrew Morgan authored
This PR adds a information about forwarding `/_synapse/client` endpoints through your reverse proxy. The first of these endpoints are introduced in https://github.com/matrix-org/synapse/pull/8004.
-
- Aug 07, 2020
-
-
Erik Johnston authored
-
- Jul 16, 2020
-
-
Luke Faraone authored
I'm pretty sure there's no technical reason these have to be distinct server blocks, so collapse into one and go with the more terse location block. Signed-off-by:
Luke W Faraone <luke@faraone.cc>
-
- Jul 08, 2020
-
-
Nicolai Søborg authored
* Change Caddy links Current links points to Caddy v1 which is deprecated. Signed-off-by:
Nicolai Søborg <git@xn--sb-lka.org>
-
- May 15, 2020
-
-
Richard van der Hoff authored
also a small clarification to nginx
-
Jeff Peeler authored
The specific headers that are passed using this new configuration format are Host and X-Forwarded-For, which should be all that's required. Note that for production another matcher should be added in the first section to properly handle the base_url lookup: reverse_proxy /.well-known/matrix/* http://localhost:8008 Signed-off-by:
Jeff Peeler <jpeeler@gmail.com>
-
- May 05, 2020
-
-
Richard van der Hoff authored
a couple of cleanups
-
- Apr 13, 2020
-
-
Ryan Hovland authored
-
- Feb 18, 2020
-
-
Brendan Abolivier authored
-
- Sep 17, 2019
-
-
dstipp authored
Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.
-