caddy-php-fpm/Caddyfile

13 lines
165 B
Caddyfile

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