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
|
||||
</Directory>
|
||||
AllowEncodedSlashes NoDecode
|
||||
ProxyPass /_matrix http://127.0.0.1:8008/ nocanon retry=1
|
||||
ProxyPassReverse /_matrix https://127.0.0.1:8008/
|
||||
RequestHeader set X_FORWARDED_PROTO 'https'
|
||||
RequestHeader set X-Forwarded-Ssl on
|
||||
ProxyPass /_matrix http://127.0.0.1:8008/_matrix nocanon
|
||||
ProxyPassReverse /_matrix https://127.0.0.1:8008/_matrix
|
||||
</VirtualHost>
|
||||
|
Loading…
Reference in New Issue
Block a user