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 allCombine 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.
Detect pauses and silence in audio using local dynamic thresholds. Use when you need to find natural pauses in lectures, board-writing silences, or breaks between sections. Uses local context comparison to avoid false positives from volume variation.
Calculate per-second RMS energy from audio files. Use when you need to analyze audio volume patterns, prepare data for silence/pause detection, or create an energy profile for audio analysis tasks.
Extract audio from video files to WAV format. Use when you need to analyze audio from video, prepare audio for energy calculation, or convert video audio to standard format for processing.
