ServerName localhost
DocumentRoot /data/public
Options FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.php index.html
# PHP-FPM handler
SetHandler "proxy:unix:/run/php/php8.5-fpm.sock|fcgi://localhost/"
# Docker-friendly logging
ErrorLog /proc/self/fd/2
CustomLog /proc/self/fd/1 combined