Mercurial > self-hosted
diff CGIT/git-http-backend.conf @ 3:8e515a52c7a9
add:Cgit File
author | Pluto <meokcin@gmail.com> |
---|---|
date | Tue, 03 Sep 2024 17:14:28 +0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CGIT/git-http-backend.conf Tue Sep 03 17:14:28 2024 +0800 @@ -0,0 +1,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; \ No newline at end of file