app/matrix: forward IP to synapse
diff --git a/app/matrix/homeserver.yaml.j2 b/app/matrix/homeserver.yaml.j2
index eb09345..75ac5aa 100644
--- a/app/matrix/homeserver.yaml.j2
+++ b/app/matrix/homeserver.yaml.j2
@@ -32,7 +32,7 @@
     bind_addresses: ['::']
     type: http
     tls: true
-    x_forwarded: false
+    x_forwarded: true
     resources:
       - names: [client]
         compress: true
@@ -44,7 +44,7 @@
     tls: false
     bind_addresses: ['::']
     type: http
-    x_forwarded: false
+    x_forwarded: true
 
     resources:
       - names: [client]