diff options
-rw-r--r-- | uwsgi/apps-available/git-http.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/uwsgi/apps-available/git-http.ini b/uwsgi/apps-available/git-http.ini new file mode 100644 index 0000000..378f94d --- /dev/null +++ b/uwsgi/apps-available/git-http.ini @@ -0,0 +1,6 @@ +[uwsgi] +plugins = cgi +chown-socket = www-data:www-data +processes = 1 +threads = 4 +cgi = /usr/lib/git-core/git-http-backend |