nginx-config
Generate production-ready, commented Nginx configurations from plain English descriptions.
skill install https://www.promptspace.in/skills/nginx-configWhat it does
This skill transforms plain English requirements into production-ready Nginx configuration files. By interpreting intent rather than just syntax, it automatically assembles complex nginx.conf structures including worker processes, event loops, and optimized HTTP blocks. It handles the heavy lifting of security headers, performance tuning, and boilerplate code.
Why use this skill
Writing Nginx configs from scratch is error-prone and often leads to security vulnerabilities or suboptimal performance. This skill is better than basic prompting because it uses a structured assembly method to ensure specific production standards—like server_tokens off for security and gzip for performance—are always applied. It eliminates manual formatting and ensures all necessary proxy headers are correctly set for modern web applications.
Supported features
- Reverse Proxy & Load Balancing: Supports single backends or multiple upstream servers with weighting.
- Security: Includes SSL/TLS configurations, HSTS headers, and rate limiting zones.
- Frontend Optimization: Ready-to-use SPA
try_fileslogic, Gzip compression, and caching headers for static assets. - Advanced Routing: WebSocket upgrades, CORS policy injection, and 301/302 redirects (e.g., WWW to non-WWW).
Use cases
- Create secure reverse proxies for Node.js, Python, or Go applications
- Deploy React/Vue SPAs with proper try_files routing and asset caching
- Configure load balancing across multiple backend server instances
- Implement rate limiting and CORS headers to protect your API endpoints
Example
Prompt
Sample output preview is available after purchase.