mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04:00
Change Mjolnir port
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3a5e9979b0
commit
3d0719a90c
@ -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 / {
|
||||
|
Loading…
Reference in New Issue
Block a user