From 051131f03d46515307c2c19bf20ccdac36bd5fb6 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Sun, 8 Sep 2024 20:59:13 +0200 Subject: feat: add pprof endpoints --- contrib/config.example.edn | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/config.example.edn b/contrib/config.example.edn index b66317f..41f7cee 100644 --- a/contrib/config.example.edn +++ b/contrib/config.example.edn @@ -1,5 +1,6 @@ ; Example configuration for cgit-httpd for Debian. {:http {:port 8080} + :pprof {:host "127.0.0.1" :port 8181} :repos-root "/srv/git" :cgit {:cgi "/usr/lib/cgit/cgit.cgi" :config-file "/etc/cgitrc" ; See cgitrc(5). -- cgit v1.2.3