kamax-matrix / mxisd

Federated Matrix Identity Server
GNU Affero General Public License v3.0
223 stars 115 forks source link

registration option throught mxisd and Appache #157

Closed Unsourire closed 5 years ago

Unsourire commented 5 years ago

Hello, i wanted to integrate the registration option throught the mxisd but how can i configure my reverse proxy on Appache? Is it fine to have only this line : ProxyPass /_matrix/client/r0/register/ http://localhost:8090 ? it seems to not working! Thank in adavnce for your help

maxidorius commented 5 years ago

integrate the registration option

Keep in mind that it is only available in the alpha release which is not complete yet

Is it fine to have only this line : ProxyPass /_matrix/client/r0/register/ http://localhost:8090 ?

No, you'll need to translate what is currently documented for nginx, apache doc is not available yet.