commit | d77b797758c548219e5ade694c527903489205e9 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Thu Nov 12 11:02:39 2015 +0100 |
committer | Ales Komarek <mail@newt.cz> | Thu Nov 12 11:02:46 2015 +0100 |
tree | f3e7f82b61223d669a23ebfffe26decd2ef2cb65 | |
parent | 2b83afd5fb55802af3d9b4977f9602936be0a4cd [diff] [blame] |
Added proxy buffering, needed for new horizon setups
diff --git a/README.rst b/README.rst index 2c9a554..108e558 100644 --- a/README.rst +++ b/README.rst
@@ -130,6 +130,29 @@ enabled: true password: magicunicorn +Proxy buffering + +.. code-block:: yaml + + nginx: + server: + enabled: true + bind: + address: '0.0.0.0' + ports: + - 80 + site: + gitlab_proxy: + enabled: true + type: proxy + proxy: + buffer: + number: 8 + size: 16 + host: + name: gitlab.domain.com + port: 80 + Read more =========