summary refs log tree commit diff
path: root/nixos/modules/services/web-servers/lighttpd/default.nix
diff options
context:
space:
mode:
authorGuillaume Maudoux <layus.on@gmail.com>2015-11-14 15:44:49 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-11-14 15:52:25 +0100
commit60ba5ad4797144462249a24b5aaece9032251b44 (patch)
tree8b281b6b6b3aeec2c94f1110f35e274ffc3e8ef8 /nixos/modules/services/web-servers/lighttpd/default.nix
parente4feccce818416c39c8e86e6f9ac01674ad98c88 (diff)
downloadnixpkgs-60ba5ad4797144462249a24b5aaece9032251b44.tar
nixpkgs-60ba5ad4797144462249a24b5aaece9032251b44.tar.gz
nixpkgs-60ba5ad4797144462249a24b5aaece9032251b44.tar.bz2
nixpkgs-60ba5ad4797144462249a24b5aaece9032251b44.tar.lz
nixpkgs-60ba5ad4797144462249a24b5aaece9032251b44.tar.xz
nixpkgs-60ba5ad4797144462249a24b5aaece9032251b44.tar.zst
nixpkgs-60ba5ad4797144462249a24b5aaece9032251b44.zip
lighttpd: fix mod_rewrite appearing twice
Diffstat (limited to 'nixos/modules/services/web-servers/lighttpd/default.nix')
-rw-r--r--nixos/modules/services/web-servers/lighttpd/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/lighttpd/default.nix b/nixos/modules/services/web-servers/lighttpd/default.nix
index 2c662c0aead..171503db4ee 100644
--- a/nixos/modules/services/web-servers/lighttpd/default.nix
+++ b/nixos/modules/services/web-servers/lighttpd/default.nix
@@ -44,7 +44,6 @@ let
     "mod_flv_streaming"
     "mod_magnet"
     "mod_mysql_vhost"
-    "mod_rewrite"
     "mod_scgi"
     "mod_setenv"
     "mod_trigger_b4_dl"