mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-23 17:35:38 +02:00
service/nginx: enable brotli compression
This commit is contained in:
parent
ce557d2379
commit
dc7c6bce75
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ in
|
|||
recommendedOptimisation = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedBrotliSettings = true;
|
||||
|
||||
# Only allow PFS-enabled ciphers with AES256
|
||||
sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue