summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2019-04-20 22:28:22 +0300
committerIzorkin <izorkin@elven.pw>2019-04-20 22:29:29 +0300
commit80666e68b2e4c465bb01d5825290d120aadb1a38 (patch)
tree9c6a575e00ac57d0075a812654816fdc2441f7be /pkgs
parent8c1131ef28cf5bdb7247721b7779f735d0d57bd6 (diff)
downloadnixpkgs-80666e68b2e4c465bb01d5825290d120aadb1a38.tar
nixpkgs-80666e68b2e4c465bb01d5825290d120aadb1a38.tar.gz
nixpkgs-80666e68b2e4c465bb01d5825290d120aadb1a38.tar.bz2
nixpkgs-80666e68b2e4c465bb01d5825290d120aadb1a38.tar.lz
nixpkgs-80666e68b2e4c465bb01d5825290d120aadb1a38.tar.xz
nixpkgs-80666e68b2e4c465bb01d5825290d120aadb1a38.tar.zst
nixpkgs-80666e68b2e4c465bb01d5825290d120aadb1a38.zip
nginxModules.slowfs-cache: init at 1.10
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/http/nginx/modules.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix
index 8b68e985f77..e197443e720 100644
--- a/pkgs/servers/http/nginx/modules.nix
+++ b/pkgs/servers/http/nginx/modules.nix
@@ -280,6 +280,15 @@ in
     };
   };
 
+  slowfs-cache = {
+    src = fetchFromGitHub {
+      owner  = "FRiCKLE";
+      repo   = "ngx_slowfs_cache";
+      rev    = "1.10";
+      sha256 = "1gyza02pcws3zqm1phv3ag50db5gnapxyjwy8skjmvawz7p5bmxr";
+    };
+  };
+
   statsd = {
     src = fetchFromGitHub {
       owner = "apcera";