From c05c55f76f5e2acc4a592d2e6a5f7150a003a5f8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Jan 2016 02:05:02 +0100 Subject: nginx log to stderr --- custom/ymir-nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom/ymir-nginx.nix') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 425a3930..9c926867 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -53,8 +53,8 @@ in { ignore_invalid_headers on; - access_log syslog; - error_log syslog; + access_log stderr; + error_log stderr; server { listen *:80; -- cgit v1.2.3