This commit is contained in:
Marc Beninca 2019-09-01 14:07:46 +02:00
parent 3fd93e9d55
commit b7ad6b8ec5

View file

@ -592,7 +592,6 @@ Sites
location / { location / {
include fcgi.conf; include fcgi.conf;
fastcgi_param SCRIPT_FILENAME /usr/share/gitweb/gitweb.cgi; fastcgi_param SCRIPT_FILENAME /usr/share/gitweb/gitweb.cgi;
fastcgi_param PATH_INFO ${uri};
fastcgi_pass unix:/run/fcgiwrap.socket; fastcgi_pass unix:/run/fcgiwrap.socket;
} }
} }