From 1bc9486cebc84ed332549773de10c9145f004e60 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 18 Jan 2023 05:37:23 +0000 Subject: [PATCH] Fix typo in PeerTube conf --- peertube.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peertube.conf b/peertube.conf index 4472dfd..6b3a8f9 100644 --- a/peertube.conf +++ b/peertube.conf @@ -184,7 +184,7 @@ server { proxy_limit_rate 5M; - proxy_pass http://backend; + proxy_pass http://localhost:9000; } # Bypass PeerTube for performance reasons. Optional.