From a098a856e38e0d86a20725c106952f37cf75c0ad Mon Sep 17 00:00:00 2001 From: skeris Date: Fri, 7 Mar 2025 19:13:58 +0000 Subject: [PATCH] Update default.conf --- default.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/default.conf b/default.conf index 27286c9..6683d83 100644 --- a/default.conf +++ b/default.conf @@ -701,6 +701,11 @@ server { proxy_pass http://hub; } + if ($host = hastya.pena) { + + proxy_pass http://10.7.0.8:3000; + } +