diff options
author | 2024-09-08 20:59:13 +0200 | |
---|---|---|
committer | 2024-09-08 21:31:18 +0200 | |
commit | 051131f03d46515307c2c19bf20ccdac36bd5fb6 (patch) | |
tree | a529fab3a6a60a80402ee8e8ba0560e35b458244 /contrib/config.example.edn | |
parent | feat: reusable HTTP server runnable (diff) | |
download | cgit-httpd-051131f03d46515307c2c19bf20ccdac36bd5fb6.tar.xz |
feat: add pprof endpoints
Diffstat (limited to 'contrib/config.example.edn')
-rw-r--r-- | contrib/config.example.edn | 1 |
1 files changed, 1 insertions, 0 deletions
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). |