diff --git a/conf/endpoint.nginx.conf b/conf/endpoint.nginx.conf index 2edb71e..c034595 100644 --- a/conf/endpoint.nginx.conf +++ b/conf/endpoint.nginx.conf @@ -1,4 +1,4 @@ -location ~ ^(/_matrix|/_synapse/client) { +location /_synapse/admin { proxy_pass http://127.0.0.1:__SYNAPSE_PORT__; proxy_set_header X-Forwarded-For $remote_addr;