Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
mcnesium 4948f82141
Map /.well-known/matrix/support for support discovery
há 2 anos
..
README.md Fix incorrect inventory host_vars paths há 6 anos
matrix-client-element.conf Riot is now Element há 5 anos
matrix-dimension.conf Disable TLSv1.1 by default há 6 anos
matrix-synapse.conf Map /.well-known/matrix/support for support discovery há 2 anos

README.md

Apache reverse-proxy

This directory contains sample files that show you how to do reverse-proxying using Apache.

This is for when you wish to have your own Apache webserver sitting in front of Matrix services installed by this playbook. See the Using your own webserver, instead of this playbook’s nginx proxy documentation page.

To use your own Apache reverse-proxy, you first need to disable the integrated nginx server. You do that with the following custom configuration (inventory/host_vars/matrix.<your-domain>/vars.yml):

matrix_nginx_proxy_enabled: false

You can then use the configuration files from this directory as an example for how to configure your Apache server.

NOTE: this is just an example and may not be entirely accurate. It may also not cover other use cases (enabling various services or bridges requires additional reverse-proxying configuration).