Browse Source

[fix] update synapse role default

this role variables will be used during templating
for nginx reverse proxy
python3
Edoardo Putti 6 years ago
parent
commit
a473a9edd9
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      roles/matrix-synapse/defaults/main.yaml

+ 4
- 0
roles/matrix-synapse/defaults/main.yaml View File

@ -0,0 +1,4 @@
---
server_fqdn: "matrix.lilik.it"
proxy_location_path: "_matrix"
remote_host: "http://127.0.0.1:8008/_matrix"

Loading…
Cancel
Save