Generates nginx.default.conf for nginx conf.d directory configuration. Serves static files from /usr/share/nginx/html.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: nginx-default-conf description: Generates nginx.default.conf for nginx conf.d directory configuration. Serves static files from /usr/share/nginx/html.
Nginx Default Conf Skill
Purpose
Generate nginx.default.conf file for nginx conf.d directory configuration.
Output
Create the file: nginx.default.conf
Template
See: examples.md in this directory for complete template and detailed examples.
Notes
- Nginx configuration for conf.d directory
- Serves static files from
/usr/share/nginx/html - Configured for SPA routing with
try_filesfallback to index.html - Enables aggressive caching with
expires max - CORS enabled with wildcard origin for development
- Custom error pages for 500-series errors
- Used in Dockerfile: copied to
/etc/nginx/conf.d/default.conf
More by benchflow-ai
View allGenerate skills from web research. Given a topic like "how to use Stripe API" or "Prisma ORM", this skill searches for authoritative documentation, crawls the best source, and generates a ready-to-use .md skill file. Use when: (1) User wants to create a skill about a library/tool/API, (2) User says "create a skill for X", "make a skill about X", or "generate skill for X", (3) User wants to capture documentation as a reusable skill.
DC power flow analysis for power systems. Use when computing power flows using DC approximation, building susceptance matrices, calculating line flows and loading percentages, or performing sensitivity analysis on transmission networks.
Combine multiple segment detection results into a unified list. Use when you need to merge segments from different detectors, prepare removal lists for video processing, or consolidate detection outputs.
Power system network data formats and topology. Use when parsing bus, generator, and branch data for power flow analysis.
