Unverified Commit e0472e20 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 46b88e75 ae9adb2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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