diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 02:05:02 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 02:05:02 +0100 |
commit | c05c55f76f5e2acc4a592d2e6a5f7150a003a5f8 (patch) | |
tree | 60b020262eda5036148a5f6d279126051725ff24 /custom | |
parent | f763791d4249f7c1677db5ae5329c2b2f21ca86f (diff) | |
download | nixos-c05c55f76f5e2acc4a592d2e6a5f7150a003a5f8.tar nixos-c05c55f76f5e2acc4a592d2e6a5f7150a003a5f8.tar.gz nixos-c05c55f76f5e2acc4a592d2e6a5f7150a003a5f8.tar.bz2 nixos-c05c55f76f5e2acc4a592d2e6a5f7150a003a5f8.tar.xz nixos-c05c55f76f5e2acc4a592d2e6a5f7150a003a5f8.zip |
nginx log to stderr
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir-nginx.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
53 | 53 | ||
54 | ignore_invalid_headers on; | 54 | ignore_invalid_headers on; |
55 | 55 | ||
56 | access_log syslog; | 56 | access_log stderr; |
57 | error_log syslog; | 57 | error_log stderr; |
58 | 58 | ||
59 | server { | 59 | server { |
60 | listen *:80; | 60 | listen *:80; |