Solved matrix port bug

This commit is contained in:
2025-02-03 23:07:42 +01:00
parent 75ff756808
commit 207030cb48
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
server {
# Somehow .j2 doesn't interpretate the passed variable right. For this reasons this redeclaration is necessary
{% set domain = domains.matrix_synapse %}
{% set http_port = ports.localhost.http_ports.matrix_synapse %}
server_name {{domain}};
{% include 'roles/letsencrypt/templates/ssl_header.j2' %}