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; + } +