From 732175b63a4852e05d37f2cbdd25e51f1fda7c9b Mon Sep 17 00:00:00 2001
From: TheArcaneBrony <myrainbowdash949@gmail.com>
Date: Thu, 7 Sep 2023 04:05:27 +0200
Subject: Fixes?

---
 host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

(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 2e502c7..ce00d28 100755
--- a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix
+++ b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix
@@ -1,9 +1,17 @@
 {
   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";
+      proxyPass = "http://192.168.100.10:80";
     };
   };
 }
\ No newline at end of file
-- 
cgit 1.5.1