builds.sr.ht: correct API port

This commit is contained in:
Drew DeVault 2021-05-03 14:13:21 -04:00
parent 73d1d68fa9
commit e71e2079bb
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ server {
}
location /query {
proxy_pass http://127.0.0.1:5100;
proxy_pass http://127.0.0.1:5102;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;