summaryrefslogtreecommitdiff
path: root/fastcgi-cgit.conf
diff options
context:
space:
mode:
authorGravatar steering72532026-05-22 08:23:59 -0600
committerGravatar steering72532026-05-22 08:23:59 -0600
commite8e4bc3313ad74632ba8c40d88aa7917462e1f0b (patch)
tree248fa6249942f5652f82b01afee22f0dbbc9d1f4 /fastcgi-cgit.conf
parentadd ipv6 (diff)
add path to cgit env
Diffstat (limited to 'fastcgi-cgit.conf')
-rw-r--r--fastcgi-cgit.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastcgi-cgit.conf b/fastcgi-cgit.conf
index 9f92785..39e0fcf 100644
--- a/fastcgi-cgit.conf
+++ b/fastcgi-cgit.conf
@@ -1,5 +1,7 @@
#fastcgi_param GIT_PROJECT_ROOT /home/$fastcgi_script_name/;
+fastcgi_param PATH /usr/bin;
+
#fastcgi_param SCRIPT_FILENAME /var/www/fcgi;
fastcgi_param SCRIPT_FILENAME /usr/share/webapps/cgit/9999-r9999/hostroot/cgi-bin/cgit.cgi;
fastcgi_param QUERY_STRING $query_string;