From a9a4d2b7e8946f7483483ae05645a918c5229550 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Apr 2018 17:05:05 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/ymir-nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index bd45a5c1..36d1a2eb 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -65,8 +65,8 @@ in { ignore_invalid_headers on; - access_log /proc/self/fd/1; - error_log /proc/self/fd/2; + access_log syslog:unix=/dev/log; + error_log syslog:unix=/dev/log; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; -- cgit v1.2.3