From bd51c6316d8fe5598d0c35b8b6b9afa3ba8c24a2 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 30 Oct 2021 00:09:01 -0500 Subject: [PATCH] Change peertube.boba.best to a 404 --- conf.d/peertube.boba.best | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf.d/peertube.boba.best b/conf.d/peertube.boba.best index b459bec..a267eed 100644 --- a/conf.d/peertube.boba.best +++ b/conf.d/peertube.boba.best @@ -5,9 +5,7 @@ peertube.boba.best { import hsts import log - reverse_proxy 127.0.0.1:9000 { - header_up X-Real-IP {remote_host} - } + error * "Not found" 404 import basicerrors }