# servers

Defines the supported web servers

****

****

<alert>
The `servers` option has been removed from Kirby 4.3 – Kirby does not restrict the list of servers anymore.
</alert>

This option can be used if you are using another web server that is <a href="https://getkirby.com/docs/guide/quickstart#requirements">not officially supported by Kirby</a>. With the option you can whitelist the server for the Panel.

## Example

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