nxace 25.11 fixes

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-01-04 14:36:21 +01:00
parent 4bddec49af
commit adc912624d
3 changed files with 85 additions and 55 deletions

View File

@@ -50,7 +50,7 @@
defaultSSLListenPort = 443;
enableQuicBPF = true;
enableReload = true;
package = pkgs.nginxQuic;
package = pkgs.nginx;
proxyResolveWhileRunning = false;
proxyTimeout = "20s";
recommendedBrotliSettings = true;
@@ -58,7 +58,7 @@
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
recommendedZstdSettings = true;
# recommendedZstdSettings = true;
serverTokens = false;
sslDhparam = config.sops.secrets."nx2site/dhparams.pem".path;
sslProtocols = "TLSv1.2 TLSv1.3";