diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 04:29:07 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 04:29:07 +0200 |
commit | c728cb633bdf56b0265c82c2eed0636340494f52 (patch) | |
tree | 5773b6fd674c802990f62a05f9b1d522125fc7fa /host/Rory-nginx | |
parent | Fixes? (diff) | |
download | Rory-Open-Architecture-c728cb633bdf56b0265c82c2eed0636340494f52.tar.xz |
Fixes?
Diffstat (limited to 'host/Rory-nginx')
-rwxr-xr-x | host/Rory-nginx/services/matrix/draupnir.nix | 1 | ||||
-rwxr-xr-x | host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/host/Rory-nginx/services/matrix/draupnir.nix b/host/Rory-nginx/services/matrix/draupnir.nix index 29b5168..9be989b 100755 --- a/host/Rory-nginx/services/matrix/draupnir.nix +++ b/host/Rory-nginx/services/matrix/draupnir.nix @@ -13,7 +13,6 @@ homeserver = "http://localhost:8008"; ssl = false; }; - }; managementRoom = "#draupnir-mgmt:rory.gay"; homeserverUrl = "http://localhost:8008"; diff --git a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix index 833dd08..509f706 100755 --- a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix +++ b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix @@ -6,9 +6,9 @@ #http3_hq = true; #kTLS = true; #reuseport = true; - extraConfig = '' - brotli off; - ''; + #extraConfig = '' + # brotli off; + # ''; locations = { "/" = { proxyPass = "http://192.168.100.10:80"; |