{ enableACME = true; addSSL = true; quic = true; http3 = true; http3_hq = true; kTLS = true; reuseport = true; extraConfig = '' brotli off; ''; locations = { "/" = { proxyPass = "http://192.168.100.10:80"; }; }; }