Nginx Config Tools
Nginx configuration reference and tools: server and location matching order, reverse proxy and load balancing parameters, static asset caching and TLS.
Nginx 配置速查表 (Nginx Config) is a frequently consulted reference for developers. Keeping the reference and ready-to-use tools on one page cuts the cost of switching back and forth. All tools below run locally, are free, and need no sign-up.
Related Tools
- 🐳docker run to composeConvert a docker run command into docker-compose.yml with ports, volumes and env vars, so ad-hoc containers become versioned orchestration stacks you can.
- 🛂Basic Auth GeneratorTurn a username and password into a Base64 Authorization header for curl, Postman and nginx. Copy the header straight into curl. Encode a username Copy.
- 🔗URL Encoder / DecoderEncode or decode URL-safe strings using percent-encoding for query params and path segments. Essential for building safe query strings and REST API URLs.