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
commit cb8f4b0552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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