Mercurial > self-hosted
annotate cgit/git-http-backend.conf @ 5:19a4c3672796 default tip
RE:重新新增Cgit配置文件
author | Franklin Schmit <meokcin@gmail.com> |
---|---|
date | Wed, 04 Sep 2024 08:15:23 +0800 |
parents | |
children |
rev | line source |
---|---|
5 | 1 fastcgi_pass unix:/var/run/fcgiwrap.socket; |
2 include fastcgi_params; | |
3 fastcgi_param SCRIPT_FILENAME /usr/lib/git-core/git-http-backend; | |
4 fastcgi_param GIT_HTTP_EXPORT_ALL ""; | |
5 fastcgi_param GIT_PROJECT_ROOT /home/git; | |
6 fastcgi_param PATH_INFO $1; | |
7 fastcgi_param REMOTE_USER $remote_user; |