dendrite/server/templates/nginx.conf.j2
changeset 202 252069788104
parent 200 10051617d075
--- a/dendrite/server/templates/nginx.conf.j2	Sun Nov 06 21:39:24 2022 -0600
+++ b/dendrite/server/templates/nginx.conf.j2	Sun Nov 06 22:03:27 2022 -0600
@@ -37,8 +37,7 @@
     proxy_read_timeout                 600;
 
     location /_matrix {
-        set $upstream http://127.0.0.1:{{nginx_proxy_port}};
-        proxy_pass $upstream;
+        proxy_pass http://127.0.0.1:{{nginx_proxy_port}};
     }
 
     root /var/www/{{nginx_server_name}};