summaryrefslogtreecommitdiff
path: root/ansible/roles/git/templates/conf.d/fcgiwrap
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/git/templates/conf.d/fcgiwrap')
-rw-r--r--ansible/roles/git/templates/conf.d/fcgiwrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/git/templates/conf.d/fcgiwrap b/ansible/roles/git/templates/conf.d/fcgiwrap
new file mode 100644
index 0000000..65a40e8
--- /dev/null
+++ b/ansible/roles/git/templates/conf.d/fcgiwrap
@@ -0,0 +1,3 @@
+socket=unix:{{ fcgiwrap_socket }}
+user={{ fcgiwrap_user }}
+group={{ fcgiwrap_group }}