inshallah last

This commit is contained in:
Ali Taghavi
2026-05-19 15:35:04 +03:30
parent a8260cfb73
commit 62ba2124ea
5 changed files with 58 additions and 9 deletions

View File

@@ -77,6 +77,11 @@ else
fi
curl -sI -H "Host: biztaghavi.com" "http://127.0.0.1/" | head -5
if curl -sf -H "Host: biztaghavi.com" "http://127.0.0.1:${PORT}/admin/login" -o /dev/null; then
echo "OK: /admin/login responds"
else
echo "WARN: /admin/login not OK — rebuild after proxy.ts excludes /admin"
fi
docker compose -f "$COMPOSE_FILE" ps
echo ""
echo "Done. Test https://biztaghavi.com (purge ArvanCloud cache if needed)."