caddy-php-fpm/Caddyfile

13 lines
167 B
Caddyfile

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