diff options
author | 2018-12-17 16:31:21 +0100 | |
---|---|---|
committer | 2018-12-17 16:36:15 +0100 | |
commit | 7e39649dcfa79d001d16db3a991ed16f3b23e00b (patch) | |
tree | 157fcb1eabf92f216d59dcb7d899bb0162577f4e /bash/tools/creating_data/gitconfig | |
parent | 468649ae31df71f61ab7e0b80fa54c6e641be153 (diff) |
Adding "own_nginx" dockerfile.
Dockerfile for nginx configuration to be used with nexus.
Change-Id: I52340eabbc62b2d2f34257e4141c6c9135972e29
Issue-ID: OOM-1551
Signed-off-by: Piotr Perzanowski <p.perzanowsk@samsung.com>
Diffstat (limited to 'bash/tools/creating_data/gitconfig')
-rw-r--r-- | bash/tools/creating_data/gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/tools/creating_data/gitconfig b/bash/tools/creating_data/gitconfig new file mode 100644 index 00000000..0c6ab113 --- /dev/null +++ b/bash/tools/creating_data/gitconfig @@ -0,0 +1,2 @@ +[http] + postBuffer = 1048576 |