mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/httpd: remove duplicate module entries from httpd.conf
This commit is contained in:
parent
ad63a90de1
commit
5596b69771
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ let
|
|||
++ optional enablePerl { name = "perl"; path = "${mod_perl}/modules/mod_perl.so"; }
|
||||
++ concatMap (svc: svc.extraModules) allSubservices
|
||||
++ extraForeignModules;
|
||||
in concatMapStrings load allModules
|
||||
in concatMapStrings load (unique allModules)
|
||||
}
|
||||
|
||||
AddHandler type-map var
|
||||
|
|
Loading…
Reference in a new issue