Describe you feature request
all the defaults are sensible, now that workers can be defined in php_server blocks, we can skip it.
old config:
{
frankenphp {
worker /path/to/public/index.php
}
}
http:// {
root /path/to/public
php
}
becomes
http:// {
php {
root /path/to/public
worker index.php
}
}
Describe you feature request
all the defaults are sensible, now that workers can be defined in php_server blocks, we can skip it.
old config:
{ frankenphp { worker /path/to/public/index.php } } http:// { root /path/to/public php }becomes