forked from mirrors/nixpkgs
Merge pull request #65439 from aanderse/httpd-extra-modules
nixos/httpd: remove duplicate module entries from httpd.conf
This commit is contained in:
commit
cb8f4b0552
|
@ -336,7 +336,7 @@ let
|
||||||
++ optional enablePerl { name = "perl"; path = "${mod_perl}/modules/mod_perl.so"; }
|
++ optional enablePerl { name = "perl"; path = "${mod_perl}/modules/mod_perl.so"; }
|
||||||
++ concatMap (svc: svc.extraModules) allSubservices
|
++ concatMap (svc: svc.extraModules) allSubservices
|
||||||
++ extraForeignModules;
|
++ extraForeignModules;
|
||||||
in concatMapStrings load allModules
|
in concatMapStrings load (unique allModules)
|
||||||
}
|
}
|
||||||
|
|
||||||
AddHandler type-map var
|
AddHandler type-map var
|
||||||
|
|
Loading…
Reference in a new issue