SuperSeller3000/docker/caddy/Caddyfile
Simon Kuehn 7c402b5c38 feat: configure Caddy for ss3k.schaunwama.de via PHP-FPM Unix socket
Replaces TCP app:9000 with a shared Unix socket volume, adds domain
with automatic Let's Encrypt TLS, and exposes ports 80/443 on Caddy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 17:58:56 +00:00

16 lines
312 B
Caddyfile

{
admin off
}
ss3k.schaunwama.de {
root * /var/www/public
php_fastcgi unix//var/run/php/php-fpm.sock
file_server
encode gzip
header {
Strict-Transport-Security "max-age=31536000; includeSubDomains"
X-Content-Type-Options "nosniff"
X-Frame-Options "DENY"
}
}