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.