diff options
-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 ca030a08..066320c3 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -121,7 +121,7 @@ in { | |||
121 | ignore_invalid_headers on; | 121 | ignore_invalid_headers on; |
122 | 122 | ||
123 | access_log syslog:server=unix:/dev/log main; | 123 | access_log syslog:server=unix:/dev/log main; |
124 | error_log syslog:server=unix:/dev/log; | 124 | error_log syslog:server=unix:/dev/log info; |
125 | 125 | ||
126 | ssl_protocols TLSv1 TLSv1.1 TLSv1.2; | 126 | ssl_protocols TLSv1 TLSv1.1 TLSv1.2; |
127 | ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; | 127 | ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; |