Commit ae9adb2f authored by Andrew Benbow's avatar Andrew Benbow
Browse files

nixos/drupal: make https default for caddy

parent 2b94dff3
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