summaryrefslogtreecommitdiff
path: root/custom/ymir-nginx.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-23 16:49:39 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-23 16:49:39 +0200
commit99e064629471cc83b15ea635f15caf7e61639008 (patch)
tree57b5073b3f037f7b8abadc476f8909d0aa6060c4 /custom/ymir-nginx.nix
parent160ec1bf86cc1d171bf0ffc19aba604a179f15f8 (diff)
downloadnixos-99e064629471cc83b15ea635f15caf7e61639008.tar
nixos-99e064629471cc83b15ea635f15caf7e61639008.tar.gz
nixos-99e064629471cc83b15ea635f15caf7e61639008.tar.bz2
nixos-99e064629471cc83b15ea635f15caf7e61639008.tar.xz
nixos-99e064629471cc83b15ea635f15caf7e61639008.zip
ymir nginx logging
Diffstat (limited to 'custom/ymir-nginx.nix')
-rw-r--r--custom/ymir-nginx.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix
index dcee84fa..bd45a5c1 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 stderr; 68 access_log /proc/self/fd/1;
69 error_log stderr; 69 error_log /proc/self/fd/2;
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';