diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir-nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 63ca0199..7175af09 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -81,7 +81,7 @@ in { | |||
81 | ignore_invalid_headers on; | 81 | ignore_invalid_headers on; |
82 | 82 | ||
83 | access_log syslog:server=unix:/dev/log main; | 83 | access_log syslog:server=unix:/dev/log main; |
84 | error_log syslog:server=unix:/dev/log main; | 84 | error_log syslog:server=unix:/dev/log; |
85 | 85 | ||
86 | ssl_protocols TLSv1 TLSv1.1 TLSv1.2; | 86 | ssl_protocols TLSv1 TLSv1.1 TLSv1.2; |
87 | ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; | 87 | ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; |