nginx-production-infra

Configure Nginx reverse proxy with SSL, rate limiting, and load balancing.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/stackconsult/RE-Engine --skill nginx-production-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nginx-production-infra
Source: https://github.com/stackconsult/RE-Engine/tree/main/.agent/skills/nginx-production-infra
Command: npx skills add https://github.com/stackconsult/RE-Engine --skill nginx-production-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production-grade Nginx configurations provide a secure, high-performance entry point with SSL termination, rate limiting, and scalable load balancing for RE-Engine services.

Core Features & Use Cases

  • High-performance reverse proxy configuration optimized for production workloads.
  • SSL termination and security headers to protect endpoints.
  • Horizontal scaling and load balancing across multiple engine instances for reliability.

Quick Start

Use this skill to deploy a production-grade Nginx proxy with SSL, rate limiting, and horizontal scaling across multiple engine instances.

Frequently Asked Questions about nginx-production-infra

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure an Nginx reverse proxy for production workloads?

To configure an Nginx reverse proxy for production, you need to implement SSL termination, rate limiting, and load balancing. This ensures your services are secured and traffic is routed efficiently across multiple instances.

What is the best way to set up SSL termination and security headers in Nginx?

The best way to set up SSL termination and security headers in Nginx is by applying production-grade configurations that protect endpoints. This approach secures incoming traffic and enforces best practices for endpoint protection.

How does Nginx load balancing work for horizontally scaling engine instances?

Nginx load balancing works for horizontally scaling engine instances by distributing incoming traffic across multiple backend services. This routing ensures high reliability and scales production workloads effectively during demand spikes.

Can I use Nginx rate limiting to protect production services from traffic spikes?

Yes, you can use Nginx rate limiting to protect production services from traffic spikes. Configuring rate limiting restricts request volumes, safeguarding your backend engine instances from overload and potential denial of service.

What worker tuning and buffer management practices are needed for high-performance Nginx?

High-performance Nginx requires enforcing best practices for worker tuning and buffer management. These optimizations ensure the reverse proxy handles high-throughput production workloads efficiently without dropping connections.

When do I need a reverse proxy to secure and route traffic to backend engines?

You need a reverse proxy to secure and route traffic when deploying backend engines that require SSL termination, horizontal scaling, and endpoint protection. It acts as a secure, high-performance entry point for production applications.