benchflow-ai

nginx-default-conf

@benchflow-ai/nginx-default-conf
benchflow-ai
230
165 forks
Updated 1/18/2026
View on GitHub

Generates nginx.default.conf for nginx conf.d directory configuration. Serves static files from /usr/share/nginx/html.

Installation

$skills install @benchflow-ai/nginx-default-conf
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathregistry/terminal_bench_2.0/terminal_bench_2_0_nginx-request-logging/environment/skills/nginx-default-conf/SKILL.md
Branchmain
Scoped Name@benchflow-ai/nginx-default-conf

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill 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_files fallback 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