Update default.conf
All checks were successful
Deploy / CreateImage (push) Successful in 41s
Deploy / DeployService (push) Successful in 30s

This commit is contained in:
skeris 2025-03-07 19:13:58 +00:00
parent 1754b4d3d8
commit a098a856e3

@ -701,6 +701,11 @@ server {
proxy_pass http://hub; proxy_pass http://hub;
} }
if ($host = hastya.pena) {
proxy_pass http://10.7.0.8:3000;
}