summaryrefslogtreecommitdiff
path: root/cgit/uwsgi/apps-available/local-git.ini
blob: 2ac907e1c72b1cd1377b710885f9dceb59228676 (plain)
  1. [uwsgi]
  2. # serve via uwsgi protocol to frontend webserver
  3. # * load CGI plugin as default modifier1 to ease frontend setup
  4. plugins 0:cgi
  5. threads = 8
  6. offload-threads = 8
  7. # serve static files directly (even better: serve by frontend webserver)
  8. check-static-docroot = 1
  9. static-map = /cgit-css/=/usr/share/cgit/
  10. static-map = /favicon.ico=/usr/share/cgit/favicon.ico
  11. static-map = /robots.txt=/usr/share/cgit/robots.txt
  12. cgi = /usr/lib/cgit/cgit.cgi