diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-23 17:06:32 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-23 17:06:32 +0200 |
commit | b68f543ed80e0e2c07e3be7340c0fad6f6ec5615 (patch) | |
tree | c5d85b4058512725e2e47c2ce06611c066eea61b /custom/ymir-nginx.nix | |
parent | a9a4d2b7e8946f7483483ae05645a918c5229550 (diff) | |
download | nixos-b68f543ed80e0e2c07e3be7340c0fad6f6ec5615.tar nixos-b68f543ed80e0e2c07e3be7340c0fad6f6ec5615.tar.gz nixos-b68f543ed80e0e2c07e3be7340c0fad6f6ec5615.tar.bz2 nixos-b68f543ed80e0e2c07e3be7340c0fad6f6ec5615.tar.xz nixos-b68f543ed80e0e2c07e3be7340c0fad6f6ec5615.zip |
…
Diffstat (limited to 'custom/ymir-nginx.nix')
-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 36d1a2eb..16d48d16 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -65,8 +65,8 @@ in { | |||
65 | 65 | ||
66 | ignore_invalid_headers on; | 66 | ignore_invalid_headers on; |
67 | 67 | ||
68 | access_log syslog:unix=/dev/log; | 68 | access_log syslog:server=unix:/dev/log; |
69 | error_log syslog:unix=/dev/log; | 69 | error_log syslog:server=unix:/dev/log; |
70 | 70 | ||
71 | ssl_protocols TLSv1 TLSv1.1 TLSv1.2; | 71 | ssl_protocols TLSv1 TLSv1.1 TLSv1.2; |
72 | ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; | 72 | ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; |