Skip to content

Kirby 4.3.0

servers

Defines the supported web servers

The servers option has been removed from Kirby 4.3 – Kirby does not restrict the list of servers anymore.

This option can be used if you are using another web server that is not officially supported by Kirby. With the option you can whitelist the server for the Panel.

Example

return [
    'servers' => ['apache', 'symfony']
];