diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-23 17:05:05 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-23 17:05:05 +0200 |
| commit | a9a4d2b7e8946f7483483ae05645a918c5229550 (patch) | |
| tree | 4e4361ab74ffa17863cef4d62d558e919676fffc /custom | |
| parent | 99e064629471cc83b15ea635f15caf7e61639008 (diff) | |
| download | nixos-a9a4d2b7e8946f7483483ae05645a918c5229550.tar nixos-a9a4d2b7e8946f7483483ae05645a918c5229550.tar.gz nixos-a9a4d2b7e8946f7483483ae05645a918c5229550.tar.bz2 nixos-a9a4d2b7e8946f7483483ae05645a918c5229550.tar.xz nixos-a9a4d2b7e8946f7483483ae05645a918c5229550.zip | |
…
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 bd45a5c1..36d1a2eb 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 /proc/self/fd/1; | 68 | access_log syslog:unix=/dev/log; |
| 69 | error_log /proc/self/fd/2; | 69 | error_log syslog: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'; |
