garage/doc/book/cookbook
Baptiste Jonglez 8dfc909759 Improve Nginx reverse proxy example
By default, Nginx does proxy buffering and it may store big replies to a
temporary file up to 1 GB.  It also means that Nginx will read data as
fast as possible from Garage, even if the client downloads slowly.  Both
behaviours are often not wanted, so disable this temporary file in the example.

Ref: https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering

Also add an example of upstream with a "backup" server, which may be
useful to only use remote servers as fallback.
2022-11-11 21:50:08 +01:00
..
_index.md
exposing-websites.md
from-source.md
gateways.md
kubernetes.md Fix typo 2022-09-30 18:46:57 +02:00
real-world.md
recovering.md
reverse-proxy.md Improve Nginx reverse proxy example 2022-11-11 21:50:08 +01:00
systemd.md
upgrading.md