bundles/matrix-media-repo: introduce, add to htz.ex42-1048908
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
638e37c05f
commit
d4b110087f
7 changed files with 348 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue