domain_add_directives
Configure PHP directives for a Beget domain by passing its full FQDN and a JSON array of directive names and values.
Instructions
Задать PHP-директивы для домена.
Args: full_fqdn: Полное имя домена directives: JSON-массив директив, например: [{"name": "max_execution_time", "value": "60"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_fqdn | Yes | ||
| directives | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |