diff --git a/Compose/web-proxy/host01/conf.d/matrix.shore.co.il.conf b/Compose/web-proxy/host01/conf.d/matrix.shore.co.il.conf
new file mode 100644
index 0000000000000000000000000000000000000000..35decc79495d7a59f3bb0fd083ff71316425b671
--- /dev/null
+++ b/Compose/web-proxy/host01/conf.d/matrix.shore.co.il.conf
@@ -0,0 +1,30 @@
+# vim: ft=nginx
+map $host $matrix { default synapse; }
+
+server {
+    listen      80;
+    listen      [::]:80;
+    server_name matrix.shore.co.il;
+    include     snippets/robots-disallow-all.conf;
+    include     snippets/ads-txt.conf;
+    include     snippets/security-txt.conf;
+    include     snippets/www-acme-challenge.conf;
+    include     snippets/redirect-https.conf;
+}
+
+server {
+    listen      443 ssl http2;
+    listen      [::]:443 ssl http2;
+    server_name matrix.shore.co.il;
+    include     snippets/robots-disallow-all.conf;
+    include     snippets/ads-txt.conf;
+    include     snippets/security-txt.conf;
+    include     snippets/ssl-modern.conf;
+
+    location / {
+        proxy_pass              http://$matrix:8008$request_uri;
+        proxy_http_version      1.1;
+        include                 snippets/proxy-headers.conf;
+        client_max_body_size    50m;
+    }
+}
diff --git a/Compose/web-proxy/host01/docker-compose.yml b/Compose/web-proxy/host01/docker-compose.yml
index 842c67f256b73e68eb9f27b43e4bbe1c6252c0df..b7f28f04ae31d32036c5254eec406a3b3efa1c8a 100644
--- a/Compose/web-proxy/host01/docker-compose.yml
+++ b/Compose/web-proxy/host01/docker-compose.yml
@@ -15,6 +15,7 @@ services:
           - git.shore.co.il
           - kibana.shore.co.il
           - lam.shore.co.il
+          - matrix.shore.co.il
           - mta-sts.shore.co.il
           - sogo.shore.co.il
           - vouch.shore.co.il