diff options
Diffstat (limited to 'corgi.conf')
-rw-r--r-- | corgi.conf | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/corgi.conf b/corgi.conf index ff1a416..8f644f0 100644 --- a/corgi.conf +++ b/corgi.conf @@ -1,11 +1,13 @@ Server Port 26744 + StatsDb /var/corgi/stats.sqlite -Script module-test - Path target/release/libparrot.dylib - Type object +Script stats + Path /opt/corgi/corgi-stats Match - Regex /object + Regex ^/stats + Environment + CORGI_STATS_DB /var/corgi/stats.sqlite Script git-backend Path /usr/lib/git-core/git-http-backend @@ -15,9 +17,9 @@ Script git-backend GIT_HTTP_EXPORT_ALL 1 GIT_PROJECT_ROOT /srv/git HOME /srv/git - HTTP_HOST git.nyble.dev + HTTP_HOST git.dreamy.place Script cgit - Path /usr/lib/cgit/cgit.cgi + Path /opt/cgit/cgit Environment - HTTP_HOST git.nyble.dev \ No newline at end of file + HTTP_HOST git.dreamy.place \ No newline at end of file |