diff --git a/swag/nginx/proxy-confs/synapse.subdomain.conf b/swag/nginx/proxy-confs/synapse.subdomain.conf index e1e2638..c69f7d5 100644 --- a/swag/nginx/proxy-confs/synapse.subdomain.conf +++ b/swag/nginx/proxy-confs/synapse.subdomain.conf @@ -34,7 +34,7 @@ server { # Alias the regexps, to ensure that they're not rewritten. set $room_id $1; set $event_id $2; - proxy_pass http://mjolnir:8082/api/1/report/$room_id/$event_id; + proxy_pass http://mjolnir:8081/api/1/report/$room_id/$event_id; } location / {