Skip to content

make frankenphp directive optional #1580

@henderkes

Description

@henderkes

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
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions