summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/services/nginx/rory.gay/mru.nix2
-rwxr-xr-xhost/Rory-nginx/services/nginx/rory.gay/pcpoc.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/nginx/rory.gay/mru.nix b/host/Rory-nginx/services/nginx/rory.gay/mru.nix
index 1cf2e14..b65bf51 100755
--- a/host/Rory-nginx/services/nginx/rory.gay/mru.nix
+++ b/host/Rory-nginx/services/nginx/rory.gay/mru.nix
@@ -1,6 +1,6 @@
 {
   enableACME = true;
-  onlySSL = true;
+  addSSL = true;
   quic = true;
   http3 = true;
   http3_hq = true;
diff --git a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix
index ce00d28..75daac1 100755
--- a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix
+++ b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix
@@ -1,7 +1,7 @@
 {
   enableACME = true;
   addSSL = true;
-  quic = true;
+  #quic = true;
   http3 = true;
   http3_hq = true;
   kTLS = true;