diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:43:59 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:43:59 +0200 |
| commit | 8c860f5fd6987f8ce3420a8e5368d2f816be9b78 (patch) | |
| tree | 08c2da81bde00ea07e53ccbe01c543fa98b13eb1 /custom | |
| parent | 18546c1f7dbf12b5eca032d7dd1797c4468c0592 (diff) | |
| download | nixos-8c860f5fd6987f8ce3420a8e5368d2f816be9b78.tar nixos-8c860f5fd6987f8ce3420a8e5368d2f816be9b78.tar.gz nixos-8c860f5fd6987f8ce3420a8e5368d2f816be9b78.tar.bz2 nixos-8c860f5fd6987f8ce3420a8e5368d2f816be9b78.tar.xz nixos-8c860f5fd6987f8ce3420a8e5368d2f816be9b78.zip | |
...
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'; |
