domain_remove_directives
Remove PHP directives from a domain to reset its configuration. Specify the domain and a JSON array of directives to delete.
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 |