bundles/matrix-media-repo: introduce, add to htz.ex42-1048908
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-12 16:01:35 +01:00
parent 638e37c05f
commit d4b110087f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 348 additions and 3 deletions

View file

@ -1,5 +1,3 @@
client_max_body_size 500M;
location /.well-known/matrix/ {
types { } default_type "application/json";
alias /etc/matrix-synapse/wellknown/;
@ -14,9 +12,11 @@
}
location /_matrix/media {
client_max_body_size 500M;
proxy_read_timeout 600s;
proxy_set_header Host "franzi.business";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_pass http://localhost:8010;
proxy_pass http://localhost:20090;
}