remove quic
This commit is contained in:
parent
a850cfda47
commit
9dbb4039c2
6 changed files with 6 additions and 14 deletions
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
package = pkgs.nginxQuic;
|
||||
|
||||
recommendedBrotliSettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
|
@ -31,7 +29,6 @@
|
|||
${domain} = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
quic = true;
|
||||
|
||||
root = "/var/www/${domain}";
|
||||
};
|
||||
|
@ -39,7 +36,6 @@
|
|||
"log.${domain}" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
quic = true;
|
||||
|
||||
root = "/var/www/log.${domain}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue