nixos/drupal: make https default for caddy

This commit is contained in:
Andrew Benbow
2025-06-19 16:02:09 -04:00
parent 2b94dff39a
commit ae9adb2fa1
+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