From 9962ba1036945652c1b1cfd661d92377b4dc691e Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 3 Jul 2016 19:38:06 +0200 Subject: tv nginx: define events --- tv/2configs/nginx/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tv/2configs/nginx') diff --git a/tv/2configs/nginx/default.nix b/tv/2configs/nginx/default.nix index d0d07d5c..70e25e2e 100644 --- a/tv/2configs/nginx/default.nix +++ b/tv/2configs/nginx/default.nix @@ -4,6 +4,10 @@ with config.krebs.lib; { krebs.nginx = { + extraConfig = '' + events { + } + ''; servers.default.locations = [ (nameValuePair "= /etc/os-release" '' default_type text/plain; -- cgit v1.2.3