From f763791d4249f7c1677db5ae5329c2b2f21ca86f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Jan 2016 02:02:26 +0100 Subject: nginx syslog --- custom/ymir-nginx.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 05618e35..425a3930 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -53,6 +53,9 @@ in { ignore_invalid_headers on; + access_log syslog; + error_log syslog; + server { listen *:80; listen [::]:80; -- cgit v1.2.3