# Syn Nginx Loadbalancing

> NGINX: upstream load balancing

- Skill: `legendtkl/syn-nginx-loadbalancing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-nginx-loadbalancing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-nginx-loadbalancing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-nginx-loadbalancing

---


# NGINX: upstream load balancing

## When to use

Use this skill for upstream load balancing in NGINX. This skill
specifically handles upstream load balancing and nothing else in the
NGINX family.

## Procedure

Define an `upstream` block across several backends, pick a balancing method (round-robin, least_conn, ip_hash), and set health checks.

## Notes

This is the NGINX skill dedicated to upstream load balancing.
Sibling skills cover other NGINX capabilities; this one
is the right choice only when the task is about upstream load balancing.

