polish
This commit is contained in:
parent
d864d58b47
commit
ea7ff408a2
4 changed files with 8 additions and 7 deletions
|
|
@ -6,7 +6,6 @@ in
|
|||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
package = pkgs.nginxQuic;
|
||||
resolver.addresses = [
|
||||
"[2606:4700:4700::1111]"
|
||||
"[2620:fe::fe]"
|
||||
|
|
@ -17,7 +16,6 @@ in
|
|||
sslProtocols = "TLSv1.3";
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedZstdSettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedBrotliSettings = true;
|
||||
virtualHosts."${fqdn}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue