caddy-php-fpm/Caddyfile

13 lines
167 B
Caddyfile
Raw Normal View History

2023-04-02 10:47:09 +00:00
{
supervisor {
php-fpm {
dir /var/www/html
}
}
}
2023-04-02 13:26:48 +00:00
:8088 {
2023-04-02 10:47:09 +00:00
root * /var/www/html
php_fastcgi 127.0.0.1:9000
encode gzip
file_server
}