Fix our dumb proxy pass args lol
This commit is contained in:
parent
505de1e220
commit
23c0763fce
@ -26,8 +26,6 @@ SSLProxyEngine on
|
|||||||
Options MultiViews FollowSymlinks
|
Options MultiViews FollowSymlinks
|
||||||
</Directory>
|
</Directory>
|
||||||
AllowEncodedSlashes NoDecode
|
AllowEncodedSlashes NoDecode
|
||||||
ProxyPass /_matrix http://127.0.0.1:8008/ nocanon retry=1
|
ProxyPass /_matrix http://127.0.0.1:8008/_matrix nocanon
|
||||||
ProxyPassReverse /_matrix https://127.0.0.1:8008/
|
ProxyPassReverse /_matrix https://127.0.0.1:8008/_matrix
|
||||||
RequestHeader set X_FORWARDED_PROTO 'https'
|
|
||||||
RequestHeader set X-Forwarded-Ssl on
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
Loading…
Reference in New Issue
Block a user