diff options
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 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'; |