Merge pull request #65439 from aanderse/httpd-extra-modules

nixos/httpd: remove duplicate module entries from httpd.conf
This commit is contained in:
Marek Mahut
2019-08-13 18:51:15 +02:00
committed by GitHub

View File

@@ -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