@matrix The short answer is using proxy_pass. Are you trying to use that currently and not working?
@q I'm using
location ~ ^/system/(.*) {
rewrite ^ https://lowondisk.space/mastodon/$1;
}
I thought it would just replace part of the URL but it redirects all requests to https://lowondisk.space/mastodon
@q Looks like I found a solution
https://github.com/cybrespace/cybrespace-meta/blob/master/s3.md#follow-up
@matrix I’m not familiar with their default config, but I guess you’ll have to back it up, try editing it and pray :/