nixos/drupal: make https the default for Caddy (#418254)

This commit is contained in:
Pol Dellaiera 2025-07-04 23:47:12 +02:00 committed by GitHub
commit e0472e2056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -461,7 +461,7 @@ in
enable = true;
virtualHosts = mapAttrs' (
hostName: cfg:
(nameValuePair "http://${hostName}" {
(nameValuePair hostName {
extraConfig = ''
root * ${pkg hostName cfg}/share/php/drupal
file_server