caddy-php-fpm/Caddyfile

14 lines
190 B
Caddyfile

{
supervisor {
php-fpm {
dir /var/www/html
replicas 3
}
}
}
:8088 {
root * /var/www/html
php_fastcgi 127.0.0.1:9000
encode gzip
file_server
}