Change Mjolnir port

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-09-07 13:47:43 -04:00 committed by GitHub
parent 3a5e9979b0
commit 3d0719a90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 / {