diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 04:57:54 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 04:57:54 +0200 |
commit | 956d93a5e30e792eeafb4a23e35387248a98ff7d (patch) | |
tree | 6d995fbcb8e5544615cbb35e8fdf45a04f792063 /host/Rory-nginx/services | |
parent | Fixes! (diff) | |
download | Rory-Open-Architecture-956d93a5e30e792eeafb4a23e35387248a98ff7d.tar.xz |
Fixes!
Diffstat (limited to 'host/Rory-nginx/services')
-rwxr-xr-x | host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix | 12 |
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"; |