summary refs log tree commit diff
path: root/docs/reverse_proxy.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-112/+0
| | | | | Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.
* Update reverse_proxy.rst (#5397)Ulrik Günther2019-07-121-0/+2
| | | | | Updates reverse_proxy.rst with information about nginx' URI normalisation.
* Update HAProxy example rulesIke Johnson2019-06-021-2/+4
| | | These new rules allow a user to instead route only matrix traffic, allowing them to run matrix on the domain without affecting their existing websites
* Add AllowEncodedSlashes to apache (#5068)colonelkrud2019-05-091-0/+2
| | | | | | | | * Add AllowEncodedSlashes to apache Add `AllowEncodedSlashes On` to apache config to support encoding for v3 rooms. "The AllowEncodedSlashes setting is not inherited by virtual hosts, and virtual hosts are used in many default Apache configurations, such as the one in Ubuntu. The workaround is to add the AllowEncodedSlashes setting inside a <VirtualHost> container (/etc/apache2/sites-available/default in Ubuntu)." Source: https://stackoverflow.com/questions/4390436/need-to-allow-encoded-slashes-on-apache * change allowencodedslashes to nodecode
* Update Apache Setup To Remove Location Syntax (#4870)Colin W2019-03-211-9/+5
| | | | | This one should close #4841. Many thanks to @dev4223 for bringing it up and finding a solution. Signed-off-by: Colin White
* Merge remote-tracking branch 'origin/master' into developRichard van der Hoff2019-03-191-1/+1
|\
| * Repoint docs for federation (#4881)Michael Kaye2019-03-191-1/+1
| |
* | Fix v4v6 option in HAProxy example config (#4790)Seebi2019-03-041-7/+5
|/ | | | | The v4v6 option only has a usage one ipv6 socket: https://serverfault.com/q/747895 Signed-off-by: Flakebi <flakebi@t-online.de>
* Fix apache reverse proxy example (#4742)Paul Tötterman2019-02-261-1/+1
| | | | | So that it actually works. See https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypass Signed-off-by: Paul Tötterman <paul.totterman@iki.fi>
* Added HAProxy example (#4660)Benoît S2019-02-211-0/+18
| | | | | | | | | | * Added HAProxy example Proposal of an example with HAProxy. Asked by #4541. Signed-off-by: Benoît S. (“Benpro”) <gitlab@benpro.fr> * Following suggestions of @richvdh
* Clarifications for reverse proxy docs (#4607)Richard van der Hoff2019-02-111-0/+94
Factor out the reverse proxy info to a separate file, add some more info on reverse-proxying the federation port.