Solved matrix federation port bug

This commit is contained in:
2025-08-15 18:37:18 +02:00
parent 012426cf3b
commit 85a2f4b3d2
3 changed files with 3 additions and 8 deletions

View File

@@ -28,6 +28,6 @@
src: "templates/nginx.conf.j2"
dest: "{{ NGINX.DIRECTORIES.HTTP.SERVERS }}{{ MATRIX_SYNAPSE_DOMAIN }}.conf"
vars:
domain: "{{ MATRIX_SYNAPSE_DOMAIN }}" # Didn't work in the past. May it works now. This does not seem to work @todo Check how to solve without declaring set_fact, seems a bug at templates
domain: "{{ MATRIX_SYNAPSE_DOMAIN }}"
http_port: "{{ MATRIX_SYNAPSE_PORT }}"
notify: restart openresty