2023-08-10, 08:04 AM
Out of curiosity. Is php-fpm not needed?
My entry in the CaddyFile looks like this:
My entry in the CaddyFile looks like this:
Code:
subdomain.domain.org {
php_fastcgi unix//run/php/php8.2-fpm.sock
reverse_proxy :8096
}