From 62a9753d338754255bf785f39d0ad6aa4436e61c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 2 Nov 2022 11:01:12 +0100 Subject: [PATCH] man.sr.ht: correct API port --- man.sr.ht.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man.sr.ht.conf b/man.sr.ht.conf index e6259c6..7a104c3 100644 --- a/man.sr.ht.conf +++ b/man.sr.ht.conf @@ -20,7 +20,7 @@ server { } location /query { - proxy_pass http://127.0.0.1:5101; + proxy_pass http://127.0.0.1:5104; include graphql.conf; }