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"; }
|
||||
++ concatMap (svc: svc.extraModules) allSubservices
|
||||
++ extraForeignModules;
|
||||
in concatMapStrings load allModules
|
||||
in concatMapStrings load (unique allModules)
|
||||
}
|
||||
|
||||
AddHandler type-map var
|
||||
|
Loading…
Reference in New Issue
Block a user