nginxModules.limit-speed: init at 21.05.2014
This commit is contained in:
parent
13c938ac1e
commit
b329187524
1 changed files with 9 additions and 0 deletions
|
@ -114,6 +114,15 @@ in
|
|||
inputs = [ pkgs.libbsd ];
|
||||
};
|
||||
|
||||
limit-speed = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "yaoweibin";
|
||||
repo = "nginx_limit_speed_module";
|
||||
rev = "f77ad4a56fbb134878e75827b40cf801990ed936";
|
||||
sha256 = "0kkrd08zpcwx938i2is07vq6pgjkvn97xzjab0g4zaz8bivgmjp8";
|
||||
};
|
||||
};
|
||||
|
||||
live ={
|
||||
src = fetchFromGitHub {
|
||||
owner = "arut";
|
||||
|
|
Loading…
Reference in a new issue