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