This commit is contained in:
Marc Beninca 2019-09-01 14:07:46 +02:00
parent 3fd93e9d55
commit b7ad6b8ec5
1 changed files with 0 additions and 1 deletions

View File

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