From 02cb36fee7cf456b4d62947aa62c07b7609ffa4e Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Thu, 26 Jan 2017 14:56:17 +0100 Subject: [PATCH] compatibility fix for new nginx configuration --- modules/muflax-blog.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/muflax-blog.nix b/modules/muflax-blog.nix index 14f1553..bfebafa 100644 --- a/modules/muflax-blog.nix +++ b/modules/muflax-blog.nix @@ -28,7 +28,7 @@ in with lib; { config = mkIf cfg.enable { services.nginx = { enable = true; - httpConfig = '' + appendHttpConfig = '' server { index index.html; port_in_redirect off;