summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/rory.gay/mru.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/hosts/rory.gay/mru.nix')
-rwxr-xr-xhost/Rory-nginx/hosts/rory.gay/mru.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/mru.nix b/host/Rory-nginx/hosts/rory.gay/mru.nix
index 70c0db3..47aa1e5 100755
--- a/host/Rory-nginx/hosts/rory.gay/mru.nix
+++ b/host/Rory-nginx/hosts/rory.gay/mru.nix
@@ -1,7 +1,15 @@
 {
   enableACME = true;
   addSSL = true;
+  quic = true;
+  http3 = true;
+  http3_hq = true;
+  kTLS = true;
   root = "/data/nginx/html_mru";
+  reuseport = true;
+  extraConfig = ''
+    brotli off;
+    '';
   locations = {
     "/" = {
       index = "index.html";