From cef6dce049ccccc8025bf41423f081a0448d06ec Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 16 Oct 2016 23:27:56 +0300 Subject: nginx: typo --- modules/apps/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apps') diff --git a/modules/apps/nginx.nix b/modules/apps/nginx.nix index 3765d67..96fd4a9 100644 --- a/modules/apps/nginx.nix +++ b/modules/apps/nginx.nix @@ -66,7 +66,7 @@ let fastcgi_param HTTP_PROXY ""; proxy_set_header Proxy ""; - ${concatMapStrings (s: "include ${s}\n;") (mapAttrsToList mkServer cfg.http.servers)} + ${concatMapStrings (s: "include ${s};\n") (mapAttrsToList mkServer cfg.http.servers)} } ''; -- cgit v1.2.3