From 95862f2b20c81294413824ec2dd00f9b17905994 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 13 Aug 2020 19:21:14 +0200 Subject: initial commit --- etc/uwsgi/apps-available/local-git.ini | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 etc/uwsgi/apps-available/local-git.ini (limited to 'etc/uwsgi/apps-available/local-git.ini') diff --git a/etc/uwsgi/apps-available/local-git.ini b/etc/uwsgi/apps-available/local-git.ini new file mode 100644 index 0000000..7fcaf54 --- /dev/null +++ b/etc/uwsgi/apps-available/local-git.ini @@ -0,0 +1,25 @@ +[uwsgi] + +# serve via uwsgi protocol to frontend webserver +# * load CGI plugin as default modifier1 to ease frontend setup +# * load uGreen for cheap concurrency +plugins = 0:cgi,ugreen + +ini = :app +#ini = :static + +[app] + +async = 1000 +ugreen = true +offload-threads = 5 + +cgi = /=/usr/lib/cgit/cgit.cgi + +[static] + +# serve static files directly (even better: serve by frontend webserver) +check-static-docroot = 1 +static-map = /cgit-css/=/usr/share/cgit/ +static-map = /favicon.ico=/usr/share/cgit/favicon.ico +static-map = /robots.txt=/usr/share/cgit/robots.txt -- cgit v1.2.3