From e2bb91b991240007d3292da751e9202c728230bb Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 8 Jul 2019 14:17:47 +0200 Subject: [PATCH] remove test setup from tutorial --- content/post/proxy-clearnet-2-onion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/proxy-clearnet-2-onion.md b/content/post/proxy-clearnet-2-onion.md index 2153d9d..9a4104f 100644 --- a/content/post/proxy-clearnet-2-onion.md +++ b/content/post/proxy-clearnet-2-onion.md @@ -30,7 +30,7 @@ echo 'server { proxy_set_header Host "a1b2c3d4e5f6.onion"; proxy_set_header Accept-Encoding ""; proxy_set_header Via "$host"; - subs_filter 'a1b2c3d4e5f6.onion' '10.40.8.206'; + subs_filter 'a1b2c3d4e5f6.onion' "$host"; } }' > /etc/nginx/sites-enabled/default ```