Add Apache support to Drupal
This commit is contained in:
parent
2f6673d941
commit
3065597f64
7 changed files with 34 additions and 4 deletions
|
|
@ -251,7 +251,7 @@ final class ConfigDto
|
|||
|
||||
#[Assert\Collection([
|
||||
'type' => new Assert\Required([
|
||||
new Assert\Choice(choices: ['nginx', 'caddy']),
|
||||
new Assert\Choice(choices: ['apache', 'caddy', 'nginx']),
|
||||
]),
|
||||
])]
|
||||
public array $web;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue