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
+1 -1
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