garage/doc/book
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
..
connect Add documentation to run Mastodon on Garage 2022-11-06 14:07:31 +01:00
cookbook Improve Nginx reverse proxy example 2022-11-11 21:50:08 +01:00
design Update README 2022-09-21 12:53:02 +02:00
development Small documentation updates (#237) 2022-02-10 15:58:09 +01:00
quick-start Some work on documentation towards v0.8 2022-09-14 19:31:13 +02:00
reference-manual Fix issue with 'http(s)://' prefix 2022-10-18 21:17:11 +02:00
working-documents Add garage v0.8 migration guide 2022-09-26 17:46:38 +02:00
.gitignore Doc skeleton + intro 2021-03-17 14:44:14 +01:00
_index.md Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00
README Reorganize documentation for new website (#213) 2022-02-07 11:51:12 +01:00

These are the sources for the documentation but not the whole website.
The website templates and other things are in garage_website, which
uses this as a submodule.