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;
|
recommendedOptimisation = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
recommendedBrotliSettings = true;
|
||||||
commonHttpConfig = ''
|
sslCiphers = "AES256+EECDH:AES256+EDH:!aNULL";
|
||||||
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";
|
|
||||||
|
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"noa.voorwaarts.nl" = {
|
"noa.voorwaarts.nl" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue