From 956d93a5e30e792eeafb4a23e35387248a98ff7d Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 7 Sep 2023 04:57:54 +0200 Subject: Fixes! --- host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'host') diff --git a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix index fa2b78b..127c462 100755 --- a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix +++ b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix @@ -2,13 +2,13 @@ enableACME = true; addSSL = true; #quic = true; - #http3 = true; - #http3_hq = true; - #kTLS = true; + http3 = true; + http3_hq = true; + kTLS = true; #reuseport = true; - #extraConfig = '' - # brotli off; - # ''; + extraConfig = '' + brotli off; + ''; locations = { "/" = { proxyPass = "http://192.168.100.11:80"; -- cgit 1.4.1