Fix typo in PeerTube conf

This commit is contained in:
Anthony Wang 2023-01-18 05:37:23 +00:00
parent 1593310a1e
commit 1bc9486ceb
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -184,7 +184,7 @@ server {
proxy_limit_rate 5M;
proxy_pass http://backend;
proxy_pass http://localhost:9000;
}
# Bypass PeerTube for performance reasons. Optional.