summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-07 04:57:54 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-07 04:57:54 +0200
commit956d93a5e30e792eeafb4a23e35387248a98ff7d (patch)
tree6d995fbcb8e5544615cbb35e8fdf45a04f792063 /host
parentFixes! (diff)
downloadRory-Open-Architecture-956d93a5e30e792eeafb4a23e35387248a98ff7d.tar.xz
Fixes!
Diffstat (limited to 'host')
-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";