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 allMaster the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.
Download water level data from USGS using the dataretrieval package. Use when accessing real-time or historical streamflow data, downloading gage height or discharge measurements, or working with USGS station IDs.
d3-visualization: Build deterministic, verifiable data visualizations with D3.js (v6). Generate standalone HTML/SVG (and optional PNG) from local data files without external network dependencies. Use when tasks require charts, plots, axes/scales, legends, tooltips, or data-driven SVG output.
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
