mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/dokuwiki: Don't force http with Caddy (#327743)
This commit is contained in:
commit
27aef3ef74
3 changed files with 10 additions and 1 deletions
|
@ -475,7 +475,7 @@ in
|
|||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts = mapAttrs' (hostName: cfg: (
|
||||
nameValuePair "http://${hostName}" {
|
||||
nameValuePair hostName {
|
||||
extraConfig = ''
|
||||
root * ${pkg hostName cfg}/share/dokuwiki
|
||||
file_server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue