Update matrix conf
This commit is contained in:
parent
6cc0a6a6b7
commit
e91d47ea8d
3 changed files with 5 additions and 8 deletions
|
@ -28,6 +28,6 @@
|
|||
- name: Install rest auth provider
|
||||
copy:
|
||||
src: rest_auth_provider.py
|
||||
dest: /opt/venvs/matrix-synapse/lib/python3.5/site-packages/rest_auth_provider.py
|
||||
dest: /opt/venvs/matrix-synapse/lib/python3.7/site-packages/rest_auth_provider.py
|
||||
mode: 0755
|
||||
notify: Restart matrix-synapse service
|
||||
|
|
|
@ -3,15 +3,10 @@
|
|||
listeners:
|
||||
- port: 8008
|
||||
tls: false
|
||||
bind_addresses:
|
||||
- '::'
|
||||
- '0.0.0.0'
|
||||
bind_addresses: ['::', '0.0.0.0']
|
||||
type: http
|
||||
|
||||
x_forwarded: true
|
||||
|
||||
resources:
|
||||
- names: [client]
|
||||
compress: true
|
||||
- names: [federation]
|
||||
- names: [client, federation]
|
||||
compress: false
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
# Create service user
|
||||
- include_tasks: service_user.yml
|
||||
|
||||
# python3-iso8601 python3-jinja2
|
||||
|
||||
- name: "Clone re2o {{ service_name }} project"
|
||||
git:
|
||||
repo: "{{ service_repo }}"
|
||||
|
|
Loading…
Reference in a new issue