From b5545d5ba947f3b4add325b18bc75f73d4817390 Mon Sep 17 00:00:00 2001 From: vanyaindigo Date: Sun, 24 Apr 2022 14:16:50 +0300 Subject: [PATCH] Update default --- default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default b/default index de34043..fc4dcca 100644 --- a/default +++ b/default @@ -30,7 +30,7 @@ server { proxy_pass https://youtube.com/; } location /aghome/ { - proxy_pass http://localhost:8080/; + proxy_pass http://127.0.0.1:8080/; proxy_redirect / /aghome/; proxy_cookie_path / /aghome/; }