summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-13 02:02:26 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-13 02:02:26 +0100
commitf763791d4249f7c1677db5ae5329c2b2f21ca86f (patch)
treed7aed1ebf913448db6d1468254d3037f184b1936
parent97a368b8f3afa9bd72ef23bbf7de0df0c63ff8ba (diff)
downloadnixos-f763791d4249f7c1677db5ae5329c2b2f21ca86f.tar
nixos-f763791d4249f7c1677db5ae5329c2b2f21ca86f.tar.gz
nixos-f763791d4249f7c1677db5ae5329c2b2f21ca86f.tar.bz2
nixos-f763791d4249f7c1677db5ae5329c2b2f21ca86f.tar.xz
nixos-f763791d4249f7c1677db5ae5329c2b2f21ca86f.zip
nginx syslog
-rw-r--r--custom/ymir-nginx.nix3
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;