Mercurial > self-hosted
annotate 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 |
| rev | line source |
|---|---|
| 3 | 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; |
