Skip to content

Kirby 4.1.2

servers

Defines the supported web servers

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']
];