commit 92e48697fbbd62dbe4f1330698c13c1a93065b5e from: Omar Polo date: Tue Feb 21 12:31:10 2023 UTC gotwebd.conf: sync defaults The first example is meant to show the default values for all the options. Sync with reality. commit - d51d11be9ba86c2c5cf8d36994e56eeccb905865 commit + 92e48697fbbd62dbe4f1330698c13c1a93065b5e blob - edb02bbb81fe636132e1112244651da491c0b4b6 blob + 78e7f005317e5620be61b4b2bb064c91e4eff405 --- gotwebd/gotwebd.conf.5 +++ gotwebd/gotwebd.conf.5 @@ -188,7 +188,7 @@ with their default values. # all paths relative to /var/www (httpd chroot jail) # -prefork 1 +prefork 3 server "localhost-unix" { repos_path "/got/public" @@ -202,17 +202,16 @@ server "localhost-unix" { logo_url "https://gameoftrees.org" # on by default - #show_site_owner off - #show_repo_owner off - #show_repo_age false + #show_site_owner on + #show_repo_owner on + #show_repo_age on #show_repo_description no - #show_repo_cloneurl off - # off by default - #respect_exportok on + #show_repo_cloneurl on + #respect_exportok off - #max_repos 100 + #max_repos 0 #max_repos_display 25 - #max_commits_display 50 + #max_commits_display 25 } # Example server context for FCGI over TCP connections: