matrix: do not encode in caddy

This commit is contained in:
Motiejus Jakštys 2023-08-25 16:53:44 +03:00
parent 31f796209d
commit c5bfc43b4d
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@
}
handle /_matrix/* {
encode gzip
reverse_proxy http://127.0.0.1:${toString myData.ports.matrix-synapse}
}
'';