summaryrefslogtreecommitdiffstats
path: root/cgit/git-http-backend.conf
blob: d9aa3500add6897c999ef15fe2e42af8d96586b7 (plain) (blame)
1
2
3
4
5
6
7
fastcgi_pass unix:/var/run/fcgiwrap.socket;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /usr/lib/git-core/git-http-backend;
fastcgi_param GIT_HTTP_EXPORT_ALL "";
fastcgi_param GIT_PROJECT_ROOT /home/git;
fastcgi_param PATH_INFO $1;
fastcgi_param REMOTE_USER $remote_user;