firefly-iii ssl

This commit is contained in:
2024-06-30 14:00:21 -06:00
parent 6860500959
commit ede55a7226
2 changed files with 14 additions and 11 deletions

View File

@@ -162,9 +162,6 @@ in {
};
services.nginx = {
clientMaxBodySize = "4096m";
# recommendedTlsSettings = true;
# recommendedGzipSettings = true;
# recommendedOptimisation = true;
sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
};
networking.firewall = let ports = [ 80 443 ];