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:
skills 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 allRepair an (often imperfect) Flexible Job Shop Scheduling baseline into a downtime-feasible, precedence-correct schedule while staying within policy budgets and matching the evaluator’s exact metrics and “local minimal right-shift” checks.
Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.
Extract locational marginal prices (LMPs) from DC-OPF solutions using dual values. Use when computing nodal electricity prices, reserve clearing prices, or performing price impact analysis.
This skill should be used when the user asks to "design package structure", "create managed package", "configure 2GP", "set up namespace", "version management", or mentions managed package topics like "LMA", "subscriber orgs", or "package versioning". Provides comprehensive guidance for second-generation managed package (2GP) architecture, ISV development patterns, and package lifecycle management.
