diff options
| author | Luke Hoersten <[email protected]> | 2022-11-06 22:03:27 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2022-11-06 22:03:27 -0600 |
| commit | 3cf3889b92cf553ade47f51d0130d69e67e7f992 (patch) | |
| tree | 28ac106384cb4ae0a1318ef3f836c4b8ef447a9d /dendrite/server/templates | |
| parent | ea7185e60c43db4e3625f07cd3628ecfded52b4a (diff) | |
Backed out changeset 10051617d075
Diffstat (limited to 'dendrite/server/templates')
| -rw-r--r-- | dendrite/server/templates/nginx.conf.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dendrite/server/templates/nginx.conf.j2 b/dendrite/server/templates/nginx.conf.j2 index a69111d..8e2d34f 100644 --- a/dendrite/server/templates/nginx.conf.j2 +++ b/dendrite/server/templates/nginx.conf.j2 @@ -37,8 +37,7 @@ server { 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}}; |
