Matrix Docker Ansible eploy
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
mcnesium 66bf8589ae
fix ProxyPass directive by adding mandatory trailing slash
vor 2 Jahren
..
README.md Update broken links in reverse proxies docs vor 2 Jahren
matrix-client-element.conf Relocate reverse-proxy example configurations and update docs/configuring-playbook-own-webserver.md with more details vor 2 Jahren
matrix-domain.conf fix ProxyPass directive by adding mandatory trailing slash vor 2 Jahren

README.md

Apache reverse-proxy

This directory contains sample files that show you how to front the integrated Traefik reverse-proxy webserver with your Apache reverse-proxy.

Prerequisite configuration

To get started, first follow the front the integrated reverse-proxy webserver with another reverse-proxy instructions and update your playbook’s configuration (inventory/host_vars/matrix.<your-domain>/vars.yml).

Using the Apache configuration

matrix-domain.conf contains configuration for the Matrix domain, which handles both the Client-Server API (port 443) and the Matrix Federation API (port 8448).

matrix-client-element.conf is an example for when you’re hosting Element at element.DOMAIN. This configuration can also be used as an example for handling other domains, depending on the services you enable with the playbook (e.g. dimension.DOMAIN, etc).