fix: use recommended brotli settings, enable ssl ciphers
This commit is contained in:
parent
9fd63ad5a1
commit
ee3426583f
1 changed files with 2 additions and 7 deletions
|
|
@ -198,13 +198,8 @@
|
|||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
||||
commonHttpConfig = ''
|
||||
brotli on;
|
||||
brotli_static on;
|
||||
brotli_types application/json application/javascript application/xml application/xml+rss image/svg+xml text/css text/html text/javascript text/plain text/xml;
|
||||
'';
|
||||
# sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
|
||||
recommendedBrotliSettings = true;
|
||||
sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
|
||||
|
||||
virtualHosts = {
|
||||
"noa.voorwaarts.nl" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue