diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 04:25:09 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 04:25:09 +0200 |
commit | 09ec09a9a5582f8bbef409ab843509fcf89dfae0 (patch) | |
tree | d17faa187aa84cf3a617aa75f918c235b79626a4 /host/Rory-nginx/services/nginx | |
parent | Fixes? (diff) | |
download | Rory-Open-Architecture-09ec09a9a5582f8bbef409ab843509fcf89dfae0.tar.xz |
Fixes?
Diffstat (limited to 'host/Rory-nginx/services/nginx')
-rwxr-xr-x | host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix index 82ecd6a..833dd08 100755 --- a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix +++ b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix @@ -2,9 +2,9 @@ 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; |