SuperSeller3000/docker/app/www.conf
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

3 lines
60 B
Text

[www]
listen = /var/run/php/php-fpm.sock
listen.mode = 0660