Skip to content
Snippets Groups Projects
Commit 4bc74835 authored by Paul Tötterman's avatar Paul Tötterman Committed by Richard van der Hoff
Browse files

Fix apache reverse proxy example (#4742)

parent 4dc945ba
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ Let's assume that we expect clients to connect to our server at
SSLEngine on
ServerName example.com;
<Location />
<Location /_matrix>
ProxyPass http://127.0.0.1:8008/_matrix nocanon
ProxyPassReverse http://127.0.0.1:8008/_matrix
</Location>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment