summaryrefslogtreecommitdiff
path: root/roles/git/tasks
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-01-28 15:25:19 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-01-28 15:25:19 +0000
commit4de52db6f90ade9142c2f12988bba0b529137f95 (patch)
treeb4b4b41349431329de42806e95949012f9afd8d3 /roles/git/tasks
parent710474f5c13fed5943b4c9680e7b59445ec1e5f6 (diff)
downloadinfra-4de52db6f90ade9142c2f12988bba0b529137f95.tar.gz
infra-4de52db6f90ade9142c2f12988bba0b529137f95.tar.bz2
infra-4de52db6f90ade9142c2f12988bba0b529137f95.zip
Enable tcp_nopush and tcp_nodelay for nginx
For compatibility with CentOS 7 nginx config.
Diffstat (limited to 'roles/git/tasks')
-rw-r--r--roles/git/tasks/main.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml
index 7d46aba..72fb025 100644
--- a/roles/git/tasks/main.yml
+++ b/roles/git/tasks/main.yml
@@ -135,6 +135,3 @@
state: link
notify:
- Reload nginx
-
-# TODO:
-# 1. Make role for repository creation.