forked from Fediversity/Fediversity
Note on more nginx proxy options for Garage
This commit is contained in:
parent
37aac118ce
commit
5699ca8ba6
|
@ -216,6 +216,10 @@ in
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
# Disable buffering to a temporary file.
|
# Disable buffering to a temporary file.
|
||||||
proxy_max_temp_file_size 0;
|
proxy_max_temp_file_size 0;
|
||||||
|
|
||||||
|
## NOTE: This page suggests many more options for the object storage
|
||||||
|
## proxy. We should take a look.
|
||||||
|
## https://docs.joinmastodon.org/admin/optional/object-storage-proxy/
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue