Add Apache support to Drupal

This commit is contained in:
Oliver Davies 2024-04-04 19:09:53 +01:00
parent 2f6673d941
commit 3065597f64
7 changed files with 34 additions and 4 deletions

View file

@ -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;