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