garage/doc/book/cookbook
Baptiste Jonglez 8dfc909759
All checks were successful
continuous-integration/drone/pr Build is passing
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 Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00
exposing-websites.md Finish writing about Garage features, and fix from-source instructions 2022-09-15 13:23:57 +02:00
from-source.md Finish writing about Garage features, and fix from-source instructions 2022-09-15 13:23:57 +02:00
gateways.md Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00
kubernetes.md Fix typo 2022-09-30 18:46:57 +02:00
real-world.md Update docker image links 2022-09-26 18:01:17 +02:00
recovering.md Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00
reverse-proxy.md Improve Nginx reverse proxy example 2022-11-11 21:50:08 +01:00
systemd.md Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00
upgrading.md Be clearer on what upgrades are (not) supported 2022-04-06 21:45:59 +02:00