Merge pull request #19137 from schneefux/uwsgi-cgi

uwsgi: enable cgi plugin
This commit is contained in:
Nikolay Amiantov
2016-10-01 20:15:52 +04:00
committed by GitHub

View File

@@ -25,6 +25,10 @@ let pythonPlugin = pkg : lib.nameValuePair "python${if pkg ? isPy2 then "2" else
path = "plugins/rack";
inputs = [ ruby ];
})
(lib.nameValuePair "cgi" {
path = "plugins/cgi";
inputs = [ ];
})
];
getPlugin = name: