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

This commit is contained in:
skeris 2025-03-07 21:44:37 +00:00
parent a098a856e3
commit 75893db104

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