- May 09, 2019
-
-
colonelkrud authored
* 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
-
- Mar 21, 2019
-
-
Colin W authored
This one should close #4841. Many thanks to @dev4223 for bringing it up and finding a solution. Signed-off-by: Colin White
-
- Mar 19, 2019
-
-
Michael Kaye authored
-
- Mar 04, 2019
-
-
Seebi authored
The v4v6 option only has a usage one ipv6 socket: https://serverfault.com/q/747895 Signed-off-by:
Flakebi <flakebi@t-online.de>
-
- Feb 26, 2019
-
-
Paul Tötterman authored
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>
-
- Feb 21, 2019
-
-
Benoît S authored
* 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
-
- Feb 11, 2019
-
-
Richard van der Hoff authored
Factor out the reverse proxy info to a separate file, add some more info on reverse-proxying the federation port.
-