mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
nixos/httpd: remove duplicate module entries from httpd.conf
This commit is contained in:
parent
ad63a90de1
commit
5596b69771
|
@ -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