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

authored by Pol Dellaiera and committed by GitHub e0472e20 46b88e75

+1 -1
+1 -1
nixos/modules/services/web-apps/drupal.nix
··· 461 enable = true; 462 virtualHosts = mapAttrs' ( 463 hostName: cfg: 464 - (nameValuePair "http://${hostName}" { 465 extraConfig = '' 466 root * ${pkg hostName cfg}/share/php/drupal 467 file_server
··· 461 enable = true; 462 virtualHosts = mapAttrs' ( 463 hostName: cfg: 464 + (nameValuePair hostName { 465 extraConfig = '' 466 root * ${pkg hostName cfg}/share/php/drupal 467 file_server