Guest User

Untitled

a guest
Jan 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. location /gitweb.cgi {
  2. include fastcgi_params;
  3. gzip off;
  4. fastcgi_param SCRIPT_FILENAME /usr/share/gitweb/gitweb.cgi;
  5. fastcgi_param GITWEB_CONFIG /etc/gitweb.conf;
  6. fastcgi_pass unix:/var/run/fcgiwrap.sock;
  7. }
  8.  
  9. location / {
  10. root /usr/share/gitweb;
  11. index gitweb.cgi;
  12. }
Add Comment
Please, Sign In to add comment