diff options
author | Emma (Rory&) <root@rory.gay> | 2023-09-28 14:55:08 +0200 |
---|---|---|
committer | Emma (Rory&) <root@rory.gay> | 2023-09-28 14:55:08 +0200 |
commit | 8f1f6c1c0930eb527b6500289f1c75928e7c2589 (patch) | |
tree | cda909f13b091f50fef65d48fe08758041307de9 /host/Rory-nginx/services/nginx/rory.gay/matrix.nix | |
parent | Fix domains (diff) | |
download | Rory-Open-Architecture-8f1f6c1c0930eb527b6500289f1c75928e7c2589.tar.xz |
Formatting changes
Diffstat (limited to 'host/Rory-nginx/services/nginx/rory.gay/matrix.nix')
-rw-r--r--[-rwxr-xr-x] | host/Rory-nginx/services/nginx/rory.gay/matrix.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/Rory-nginx/services/nginx/rory.gay/matrix.nix b/host/Rory-nginx/services/nginx/rory.gay/matrix.nix index 46514a2..c7b3e5d 100755..100644 --- a/host/Rory-nginx/services/nginx/rory.gay/matrix.nix +++ b/host/Rory-nginx/services/nginx/rory.gay/matrix.nix @@ -148,7 +148,6 @@ proxyPass = "http://stream_writer_typing_stream_workers_upstream$request_uri"; }; - # https://matrix-org.github.io/synapse/latest/workers.html#the-to_device-stream locations."~ ^/_matrix/client/(r0|v3|unstable)/sendToDevice/" = { proxyPass = "http://stream_writer_to_device_stream_workers_upstream$request_uri"; @@ -245,7 +244,6 @@ proxyPass = "http://generic_workers_upstream$request_uri"; }; - ##### media repo # https://matrix-org.github.io/synapse/latest/workers.html#synapseappmedia_repository @@ -271,7 +269,6 @@ proxyPass = "http://media_repository_workers_upstream$request_uri"; }; - #locations."/" = { #resolver 127.0.0.11 valid=5s; #set $backend "matrix-synapse:8048"; |