caddy-modern-config

When to use this skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "caddy-modern-config" with this command: npx skills add sraloff/gravityboots/sraloff-gravityboots-caddy-modern-config

Caddy Modern Config

When to use this skill

  • Configuring Caddy as a web server or reverse proxy.

  • Setting up local HTTPS.

  • Deploying PHP/Python apps with Caddy.

  1. Caddyfile Basics
  • Syntax: domain { directives } .

  • Auto-HTTPS: Enabled by default for any host that looks like a domain.

  1. Reverse Proxy
  • Python/Node: example.com { reverse_proxy localhost:3000 }
  1. PHP (FastCGI)
  • Directives: Use php_fastcgi preset. example.com { root * /var/www/site/public php_fastcgi unix//run/php/php8.3-fpm.sock file_server }
  1. Security
  • Headers: Add basic security headers easily. header { Strict-Transport-Security "max-age=31536000;" X-Content-Type-Options "nosniff" }

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

apache-lamp-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

wordpress-legacy

No summary provided by upstream source.

Repository SourceNeeds Review
General

mysql-lamp-legacy

No summary provided by upstream source.

Repository SourceNeeds Review
General

bootstrap-legacy

No summary provided by upstream source.

Repository SourceNeeds Review