nixos/drupal: make https the default for Caddy (#418254)
This commit is contained in:
commit
e0472e2056
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user