1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-30 04:08:51 +02:00

docs: Fix missing _matrix in apache config

This commit is contained in:
Marcel 2021-04-11 10:50:38 +00:00
parent c267c0f09e
commit dd69850598

View file

@ -133,8 +133,8 @@ Listen 8448
ServerName your.server.name # EDIT THIS ServerName your.server.name # EDIT THIS
AllowEncodedSlashes NoDecode AllowEncodedSlashes NoDecode
ProxyPass /_matrix/ http://localhost:6167/ ProxyPass /_matrix/ http://localhost:6167/_matrix/
ProxyPassReverse /_matrix/ http://localhost:6167/ ProxyPassReverse /_matrix/ http://localhost:6167/_matrix/
Include /etc/letsencrypt/options-ssl-apache.conf Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/your.server.name/fullchain.pem # EDIT THIS SSLCertificateFile /etc/letsencrypt/live/your.server.name/fullchain.pem # EDIT THIS