matrix-docker-ansible-deploy/examples
Julian Foad 3b69db3c1e
More Apache ProxyPass directives need 'nocanon'
Invitations weren't working for me until I added 'nocanon' to these additional places. Until then, invitations failed with "Invalid signature for server ..." errors, as in https://github.com/matrix-org/synapse/issues/3294 .

I didn't check whether the user_directory/search proxy line also needs it, I just assumed it should have it too.

The other two proxy lines in this example also include a 'retry=0' parameter. That's a separate issue; I haven't touched it here.
2019-08-30 12:22:08 +01:00
..
apache More Apache ProxyPass directives need 'nocanon' 2019-08-30 12:22:08 +01:00
caddy Improve comments for Caddy's TLS instructions 2019-05-09 13:22:23 +01:00
haproxy Addresses comments in PR. Fixes typo in docker-compose. Changes mount of static files to RO. Adds example and brief explaination for haproxy certificates. Fixes whitespaces in nginx.conf 2019-08-26 09:04:47 +03:00
host-vars.yml Rename some variables 2019-02-28 11:51:09 +02:00
hosts Mention ansible_connection=local 2019-06-04 19:24:39 +03:00