summary refs log tree commit diff
path: root/host/Rory-nginx/services/nginx/rory.gay
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/services/nginx/rory.gay')
-rwxr-xr-xhost/Rory-nginx/services/nginx/rory.gay/pcpoc.nix12
1 files changed, 6 insertions, 6 deletions
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";